Home
last modified time | relevance | path

Searched defs:getEnvironment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h158 const Environment& getEnvironment() const { return Env; } in getEnvironment() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp40 const Environment *StmtToEnvMap::getEnvironment(const Stmt &S) const { in getEnvironment() function in clang::dataflow::StmtToEnvMap
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h377 EnvironmentType getEnvironment() const { return Environment; } in getEnvironment() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1617 DarwinEnvironmentKind getEnvironment() const { return Environment; } in getEnvironment() function