/llvm-project/llvm/include/llvm/Support/ |
H A D | InstructionCost.h | 82 CostState getState() const { return State; } in getState() function
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | Parser.h | 36 ParserState &getState() const { return state; } getState() function
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | EvalEmitter.h |
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerContext.h | 72 const ProgramStateRef &getState() const { return Pred->getState(); } getState() function
|
H A D | CoreEngine.h | 527 ProgramStateRef getState() const { return Pred->State; } getState() function 581 ProgramStateRef getState() const { return Pred->State; } getState() function
|
H A D | ExplodedGraph.h | 169 const ProgramStateRef &getState() const { return State; } in getState() function
|
H A D | CallEvent.h | 235 const ProgramStateRef &getState() const { return State; } in getState() function
|
/llvm-project/clang/include/clang/InstallAPI/ |
H A D | DylibVerifier.h | 112 Result getState() const { return Ctx.FrontendState; } in getState() function
|
/llvm-project/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 260 LockFileManager::LockFileState LockFileManager::getState() const { in getState() function in LockFileManager
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 101 AvailabilityState getState(LibFunc F) const { getState() function 381 TargetLibraryInfoImpl::AvailabilityState getState(LibFunc F) const { getState() function
|
/llvm-project/clang/lib/Analysis/ |
H A D | Consumed.cpp | 356 const ConsumedState &getState() const { getState() function in clang::consumed::PropagationInfo 1113 ConsumedState ConsumedStateMap::getState(const VarDecl *Var) const { getState() function in ConsumedStateMap 1123 ConsumedStateMap::getState(const CXXBindTemporaryExpr *Tmp) const { getState() function in ConsumedStateMap [all...] |
H A D | CalledOnceCheck.cpp | 1299 State &getState(const CFGBlock *BB) { in getState() function in __anondd8a70880111::CalledOnceChecker 1303 const State &getState(const CFGBlock *BB) const { in getState() function in __anondd8a70880111::CalledOnceChecker [all...] |
/llvm-project/bolt/include/bolt/Core/ |
H A D | DIEBuilder.h | 137 State &getState() { return *BuilderState.get(); } getState() function [all...] |
H A D | BinaryFunction.h | 1036 State getState() const { return CurrentState; } getState() function
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats.h | 763 inline stats_state_e getState() const { return state; } in getState() function
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 1270 SymbolState getState() const { return static_cast<SymbolState>(State); } getState() function
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 134 ProgramStateRef getState() const { return state; } in getState() function in __anonb4992fd20111::StopTrackingCallback
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 302 MachineIRBuilderState &getState() { return State; } getState() function
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 982 ProgramStateRef getState() const { return state; } getState() function in __anonca30e6ce0711::StopTrackingCallback [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 4930 StateType &getState() override { return *this; } getState() function 4931 const StateType &getState() const override { return *this; } getState() function [all...] |