003 File Manager
Current Path:
/usr/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses
usr
/
src
/
contrib
/
llvm-project
/
clang
/
include
/
clang
/
Analysis
/
Analyses
/
📁
..
📄
CFGReachabilityAnalysis.h
(1.7 KB)
📄
Consumed.h
(9.46 KB)
📄
Dominators.h
(12.47 KB)
📄
ExprMutationAnalyzer.h
(3.29 KB)
📄
LiveVariables.h
(3.76 KB)
📄
PostOrderCFGView.h
(3.89 KB)
📄
ReachableCode.h
(2.04 KB)
📄
ThreadSafety.h
(10.81 KB)
📄
ThreadSafetyCommon.h
(16.7 KB)
📄
ThreadSafetyLogical.h
(2.67 KB)
📄
ThreadSafetyOps.def
(1.36 KB)
📄
ThreadSafetyTIL.h
(55.86 KB)
📄
ThreadSafetyTraverse.h
(26.3 KB)
📄
ThreadSafetyUtil.h
(9.2 KB)
📄
UninitializedValues.h
(4.15 KB)
Editing: ThreadSafetyOps.def
//===- ThreadSafetyTIL.h ---------------------------------------*- C++ --*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // // This file defines the list of core opcodes for the Thread Safety // Typed Intermediate language. Please see ThreadSafetyTIL.h for more // information. // //===----------------------------------------------------------------------===// TIL_OPCODE_DEF(Future) TIL_OPCODE_DEF(Undefined) TIL_OPCODE_DEF(Wildcard) TIL_OPCODE_DEF(Literal) TIL_OPCODE_DEF(LiteralPtr) TIL_OPCODE_DEF(Variable) TIL_OPCODE_DEF(Function) TIL_OPCODE_DEF(SFunction) TIL_OPCODE_DEF(Code) TIL_OPCODE_DEF(Field) TIL_OPCODE_DEF(Apply) TIL_OPCODE_DEF(SApply) TIL_OPCODE_DEF(Project) TIL_OPCODE_DEF(Call) TIL_OPCODE_DEF(Alloc) TIL_OPCODE_DEF(Load) TIL_OPCODE_DEF(Store) TIL_OPCODE_DEF(ArrayIndex) TIL_OPCODE_DEF(ArrayAdd) TIL_OPCODE_DEF(UnaryOp) TIL_OPCODE_DEF(BinaryOp) TIL_OPCODE_DEF(Cast) TIL_OPCODE_DEF(SCFG) TIL_OPCODE_DEF(BasicBlock) TIL_OPCODE_DEF(Phi) // Terminator instructions TIL_OPCODE_DEF(Goto) TIL_OPCODE_DEF(Branch) TIL_OPCODE_DEF(Return) // pseudo-terms TIL_OPCODE_DEF(Identifier) TIL_OPCODE_DEF(IfThenElse) TIL_OPCODE_DEF(Let)
Upload File
Create Folder