Home
last modified time | relevance | path

Searched refs:createAtomicBoolValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DDataflowAnalysisContextTest.cpp30 auto &X = Context.createAtomicBoolValue(); in TEST_F()
31 auto &Y = Context.createAtomicBoolValue(); in TEST_F()
37 auto &X = Context.createAtomicBoolValue(); in TEST_F()
44 auto &X = Context.createAtomicBoolValue(); in TEST_F()
45 auto &Y = Context.createAtomicBoolValue(); in TEST_F()
53 auto &Z = Context.createAtomicBoolValue(); in TEST_F()
60 auto &X = Context.createAtomicBoolValue(); in TEST_F()
67 auto &X = Context.createAtomicBoolValue(); in TEST_F()
68 auto &Y = Context.createAtomicBoolValue(); in TEST_F()
76 auto &Z = Context.createAtomicBoolValue(); in TEST_F()
[all …]
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h62 : S(std::move(S)), TrueVal(createAtomicBoolValue()), in DataflowAnalysisContext()
63 FalseVal(createAtomicBoolValue()) { in DataflowAnalysisContext()
169 AtomicBoolValue &createAtomicBoolValue() { in createAtomicBoolValue() function
H A DDataflowEnvironment.h281 return DACtx->createAtomicBoolValue(); in makeAtomicBoolValue()
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp140 return createAtomicBoolValue(); in makeFlowConditionToken()