Home
last modified time | relevance | path

Searched defs:Env (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp351 Env in transferValueOrImpl() argument
228 forceBoolValue(Environment & Env,const Expr & Expr) forceBoolValue() argument
249 setHasValue(RecordStorageLocation & OptionalLoc,BoolValue & HasValueVal,Environment & Env) setHasValue() argument
257 createOptionalValue(RecordStorageLocation & Loc,BoolValue & HasValueVal,Environment & Env) createOptionalValue() argument
266 getHasValue(Environment & Env,RecordStorageLocation * OptionalLoc) getHasValue() argument
303 getLocBehindPossiblePointer(const Expr & E,const Environment & Env) getLocBehindPossiblePointer() argument
353 auto &Env = State.Env; transferValueOrImpl() local
389 __anon28249dc60302(Environment &Env, const Formula &ExprVal, const Formula &HasValueVal) transferValueOrNotEqX() argument
390 __anon28249dc60402(Environment &Env, const Formula &ExprVal, const Formula &HasValueVal) transferValueOrNotEqX() argument
422 constructOptionalValue(const Expr & E,Environment & Env,BoolValue & HasValueVal) constructOptionalValue() argument
498 transferSwap(RecordStorageLocation * Loc1,RecordStorageLocation * Loc2,Environment & Env) transferSwap() argument
580 Environment &Env = State.Env; transferOptionalAndOptionalCmp() local
596 transferOptionalAndValueCmp(const clang::CXXOperatorCallExpr * CmpExpr,const clang::Expr * E,Environment & Env) transferOptionalAndValueCmp() argument
609 transferOptionalAndNulloptCmp(const clang::CXXOperatorCallExpr * CmpExpr,const clang::Expr * E,Environment & Env) transferOptionalAndNulloptCmp() argument
800 diagnoseUnwrapCall(const Expr * ObjectExpr,const Environment & Env) diagnoseUnwrapCall() argument
828 __anon28249dc61002(const CXXMemberCallExpr *E, const MatchFinder::MatchResult &, const Environment &Env) buildDiagnoseMatchSwitch() argument
836 __anon28249dc61102(const CallExpr *E, const MatchFinder::MatchResult &, const Environment &Env) buildDiagnoseMatchSwitch() argument
856 UncheckedOptionalAccessModel(ASTContext & Ctx,Environment & Env) UncheckedOptionalAccessModel() argument
869 transfer(const CFGElement & Elt,NoopLattice & L,Environment & Env) transfer() argument
[all...]
H A DChromiumCheckModel.cpp53 bool ChromiumCheckModel::transfer(const CFGElement &Element, Environment &Env) { in transfer()
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DEnvironment.cpp28 Environment::Envp::Envp(const Environment &Env) { in Envp()
37 Environment::Environment(const char *const *Env) { in Environment()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp79 return Env.makeAtomicBoolValue(); in maybeUnpackLValueExpr() argument
54 evaluateBooleanEquality(const Expr & LHS,const Expr & RHS,Environment & Env) evaluateBooleanEquality() argument
68 unpackValue(BoolValue & V,Environment & Env) unpackValue() argument
96 propagateValue(const Expr & From,const Expr & To,Environment & Env) propagateValue() argument
102 propagateStorageLocation(const Expr & From,const Expr & To,Environment & Env) propagateStorageLocation() argument
111 propagateValueOrStorageLocation(const Expr & From,const Expr & To,Environment & Env) propagateValueOrStorageLocation() argument
123 TransferVisitor(const StmtToEnvMap & StmtToEnv,Environment & Env) TransferVisitor() argument
824 Environment &Env; global() member in clang::dataflow::__anonae03ae850111::TransferVisitor
829 transfer(const StmtToEnvMap & StmtToEnv,const Stmt & S,Environment & Env) transfer() argument
[all...]
H A DRecordOps.cpp18 copyRecord(RecordStorageLocation & Src,RecordStorageLocation & Dst,Environment & Env) copyRecord() argument
[all...]
H A DDataflowEnvironment.cpp487 Environment Env(*this); pushCall() local
506 Environment Env(*this); pushCall() local
1040 getImplicitObjectLocation(const CXXMemberCallExpr & MCE,const Environment & Env) getImplicitObjectLocation() argument
1054 getBaseObjectLocation(const MemberExpr & ME,const Environment & Env) getBaseObjectLocation() argument
1078 refreshRecordValue(RecordStorageLocation & Loc,Environment & Env) refreshRecordValue() argument
1084 refreshRecordValue(const Expr & Expr,Environment & Env) refreshRecordValue() argument
[all...]
H A DTypeErasedDataflowAnalysis.cpp78 TerminatorVisitor(Environment & Env,int BlockSuccIdx) TerminatorVisitor() argument
147 Environment &Env; global() member in clang::dataflow::__anonad1e11cc0211::TerminatorVisitor
364 auto &Env = InputState.Env; builtinTransferInitializer() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h122 transferTypeErased(const CFGElement & Element,TypeErasedLattice & E,Environment & Env) transferTypeErased() argument
128 transferBranchTypeErased(bool Branch,const Stmt * Stmt,TypeErasedLattice & E,Environment & Env) transferBranchTypeErased() argument
179 Environment Env; global() member
[all...]
H A DMatchSwitch.h47 Environment &Env; member
61 const Environment &Env; member
H A DRecordOps.h61 recordsEqual(const RecordStorageLocation & Loc1,const RecordStorageLocation & Loc2,const Environment & Env) recordsEqual() argument
H A DNoopAnalysis.h35 void transfer(const CFGElement &E, NoopLattice &L, Environment &Env) {} in transfer()
H A DTypeErasedDataflowAnalysis.h125 Environment Env; member
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp33 std::optional<ArrayRef<StringRef>> Env, in ExecuteAndWait() argument
58 std::optional<ArrayRef<StringRef>> Env, in ExecuteNoWait() argument
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2101 ParensRemover(const Environment & Env,const FormatStyle & Style) ParensRemover() argument
2145 BracesInserter(const Environment & Env,const FormatStyle & Style) BracesInserter() argument
2198 BracesRemover(const Environment & Env,const FormatStyle & Style) BracesRemover() argument
2249 SemiRemover(const Environment & Env,const FormatStyle & Style) SemiRemover() argument
2300 JavaScriptRequoter(const Environment & Env,const FormatStyle & Style) JavaScriptRequoter() argument
2388 Formatter(const Environment & Env,const FormatStyle & Style,FormattingAttemptStatus * Status) Formatter() argument
2530 TrailingCommaInserter(const Environment & Env,const FormatStyle & Style) TrailingCommaInserter() argument
2591 Cleaner(const Environment & Env,const FormatStyle & Style) Cleaner() argument
2814 ObjCHeaderStyleGuesser(const Environment & Env,const FormatStyle & Style) ObjCHeaderStyleGuesser() argument
3611 auto Env = Environment::make(Code, FileName, Ranges, FirstStartColumn, reformat() local
3627 auto Env = Environment::make(Code, FileName, Ranges, FirstStartColumn, reformat() local
3638 __anon79e69e6d0e02(const Environment &Env) reformat() argument
3649 __anon79e69e6d0f02(const Environment &Env) reformat() argument
3657 __anon79e69e6d1002(const Environment &Env) reformat() argument
3665 __anon79e69e6d1102(const Environment &Env) reformat() argument
3673 __anon79e69e6d1202(const Environment &Env) reformat() argument
3679 __anon79e69e6d1302(const Environment &Env) reformat() argument
3685 __anon79e69e6d1402(const Environment &Env) reformat() argument
3692 __anon79e69e6d1502(const Environment &Env) reformat() argument
3699 __anon79e69e6d1602(const Environment &Env) reformat() argument
3706 __anon79e69e6d1702(const Environment &Env) reformat() argument
3711 __anon79e69e6d1802(const Environment &Env) reformat() argument
3717 __anon79e69e6d1902(const Environment &Env) reformat() argument
3783 auto Env = Environment::make(Code, FileName, Ranges); cleanup() local
3803 auto Env = Environment::make(Code, FileName, Ranges); fixNamespaceEndComments() local
3813 auto Env = Environment::make(Code, FileName, Ranges); sortUsingDeclarations() local
3907 Environment Env(Code, NonEmptyFileName, /*Ranges=*/{}); guessLanguage() local
[all...]
H A DDefinitionBlockSeparator.h26 DefinitionBlockSeparator(const Environment &Env, const FormatStyle &Style) in DefinitionBlockSeparator()
H A DTokenAnalyzer.cpp62 auto Env = std::make_unique<Environment>(Code, FileName, FirstStartColumn, in make() local
86 TokenAnalyzer::TokenAnalyzer(const Environment &Env, const FormatStyle &Style) in TokenAnalyzer() argument
[all...]
H A DTokenAnalyzer.h107 const Environment &Env; global() variable
H A DQualifierAlignmentFixer.cpp39 [&, Qualifier, ConfiguredQualifierTokens](const Environment &Env) { in addQualifierAlignmentFixerPasses() argument
48 [&, Qualifier, ConfiguredQualifierTokens](const Environment &Env) { in addQualifierAlignmentFixerPasses() argument
526 LeftRightQualifierAlignmentFixer(const Environment & Env,const FormatStyle & Style,const std::string & Qualifier,const std::vector<tok::TokenKind> & QualifierTokens,bool RightAlign) LeftRightQualifierAlignmentFixer() argument
H A DSortJavaScriptImports.cpp136 FileContents(Env.getSourceManager().getBufferData(Env.getFileID())) { in JavaScriptImportSorter() argument
596 auto Env = Environment::make(Code, FileName, Ranges); sortJavaScriptImports() local
H A DObjCPropertyAttributeOrderFixer.cpp24 const Environment &Env, const FormatStyle &Style) in ObjCPropertyAttributeOrderFixer()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp138 Environment EnvironmentManager::bindExpr(Environment Env, in bindExpr()
180 EnvironmentManager::removeDeadBindings(Environment Env, in removeDeadBindings()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp49 while (auto Env = Envs->getNext()) { in getSourceFileFullPath() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEnvironment.h62 Environment(char *const *Env) in Environment()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp43 getShortShaderStage(Triple::EnvironmentType Env) getShortShaderStage() argument
84 getShaderStage(Triple::EnvironmentType Env) getShaderStage() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp143 if (auto Env = getenv("TMPDIR")) in TmpDir() local

12