Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp51 const Environment *getEnvironment(const Stmt &S) const override { in getEnvironment() function in clang::dataflow::StmtToEnvMapImpl
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h158 const Environment& getEnvironment() const { return Env; } in getEnvironment() function
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h372 EnvironmentType getEnvironment() const { return Environment; } in getEnvironment() function
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1533 DarwinEnvironmentKind getEnvironment() const { return Environment; } in getEnvironment() function