Home
last modified time | relevance | path

Searched defs:getState (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h82 CostState getState() const { return State; } in getState() function
/llvm-project/mlir/lib/AsmParser/
H A DParser.h36 ParserState &getState() const { return state; } getState() function
/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.h
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h72 const ProgramStateRef &getState() const { return Pred->getState(); } getState() function
H A DCoreEngine.h527 ProgramStateRef getState() const { return Pred->State; } getState() function
581 ProgramStateRef getState() const { return Pred->State; } getState() function
H A DExplodedGraph.h169 const ProgramStateRef &getState() const { return State; } in getState() function
H A DCallEvent.h235 const ProgramStateRef &getState() const { return State; } in getState() function
/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h112 Result getState() const { return Ctx.FrontendState; } in getState() function
/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp260 LockFileManager::LockFileState LockFileManager::getState() const { in getState() function in LockFileManager
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h101 AvailabilityState getState(LibFunc F) const { getState() function
381 TargetLibraryInfoImpl::AvailabilityState getState(LibFunc F) const { getState() function
/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp356 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 DCalledOnceCheck.cpp1299 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 DDIEBuilder.h137 State &getState() { return *BuilderState.get(); } getState() function
[all...]
H A DBinaryFunction.h1036 State getState() const { return CurrentState; } getState() function
/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h763 inline stats_state_e getState() const { return state; } in getState() function
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1270 SymbolState getState() const { return static_cast<SymbolState>(State); } getState() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp134 ProgramStateRef getState() const { return state; } in getState() function in __anonb4992fd20111::StopTrackingCallback
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h302 MachineIRBuilderState &getState() { return State; } getState() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp982 ProgramStateRef getState() const { return state; } getState() function in __anonca30e6ce0711::StopTrackingCallback
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4930 StateType &getState() override { return *this; } getState() function
4931 const StateType &getState() const override { return *this; } getState() function
[all...]