Home
last modified time | relevance | path

Searched refs:TIL_Opcode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h77 enum TIL_Opcode : unsigned char { enum
131 const TIL_Opcode COP_Min = COP_Future;
132 const TIL_Opcode COP_Max = COP_Branch;
280 TIL_Opcode opcode() const { return Opcode; } in opcode()
320 SExpr(TIL_Opcode Op) : Opcode(Op) {} in SExpr()
324 const TIL_Opcode Opcode;
335 TIL_Opcode Op = E->opcode(); in isTrivial()
1357 Terminator(TIL_Opcode Op) : SExpr(Op) {} in Terminator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h77 enum TIL_Opcode : unsigned char { enum
131 const TIL_Opcode COP_Min = COP_Future;
132 const TIL_Opcode COP_Max = COP_Branch;
280 TIL_Opcode opcode() const { return Opcode; } in opcode()
320 SExpr(TIL_Opcode Op) : Opcode(Op) {} in SExpr()
324 const TIL_Opcode Opcode;
335 TIL_Opcode Op = E->opcode(); in isTrivial()
1357 Terminator(TIL_Opcode Op) : SExpr(Op) {} in Terminator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h77 enum TIL_Opcode : unsigned char { enum
131 const TIL_Opcode COP_Min = COP_Future;
132 const TIL_Opcode COP_Max = COP_Branch;
280 TIL_Opcode opcode() const { return Opcode; } in opcode()
320 SExpr(TIL_Opcode Op) : Opcode(Op) {} in SExpr()
324 const TIL_Opcode Opcode;
335 TIL_Opcode Op = E->opcode(); in isTrivial()
1357 Terminator(TIL_Opcode Op) : SExpr(Op) {} in Terminator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h77 enum TIL_Opcode : unsigned char { enum
131 const TIL_Opcode COP_Min = COP_Future;
132 const TIL_Opcode COP_Max = COP_Branch;
280 TIL_Opcode opcode() const { return Opcode; } in opcode()
320 SExpr(TIL_Opcode Op) : Opcode(Op) {} in SExpr()
324 const TIL_Opcode Opcode;
335 TIL_Opcode Op = E->opcode(); in isTrivial()
1357 Terminator(TIL_Opcode Op) : SExpr(Op) {} in Terminator()
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h66 enum TIL_Opcode { enum
109 const TIL_Opcode COP_Min = COP_Future;
110 const TIL_Opcode COP_Max = COP_Branch;
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } in opcode()
299 SExpr(TIL_Opcode Op) in SExpr()
1363 Terminator(TIL_Opcode Op) : SExpr(Op) {} in Terminator()