/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SyncScope.h | 160 static const unsigned Scopes[] = { in getRuntimeValues() local 211 static const unsigned Scopes[] = { in getRuntimeValues() local 261 static const unsigned Scopes[] = { getRuntimeValues() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | VarBypassDetector.h | 42 llvm::SmallVector<std::pair<unsigned, const VarDecl *>, 48> Scopes; variable
|
H A D | MacroPPCallbacks.h | 51 llvm::SmallVector<llvm::DIMacroFile *, 4> Scopes; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScopedNoAliasAA.cpp | 117 bool ScopedNoAliasAAResult::mayAliasInScopes(const MDNode *Scopes, in mayAliasInScopes()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 171 SmallVector<DIScope *, 8> Scopes; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransAutoreleasePool.cpp | 164 SmallVector<PoolScope, 4> Scopes; in VisitCompoundStmt() local 422 SmallVector<PoolScope, 2> Scopes; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 136 Scopes, // --compare=scopes enumerator 155 Scopes, // --print=scopes enumerator 245 LVScopeKindSet Scopes; // --select-scopes=<Kind> variable
|
H A D | LVReader.h | 72 LVScopes Scopes; variable
|
H A D | LVObject.h | 97 unsigned Scopes = 0; member
|
H A D | LVScope.h | 122 std::unique_ptr<LVScopes> Scopes; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.h | 265 SmallVector<ScopeType> Scopes; global() variable
|
H A D | TokenAnnotator.cpp | 127 SmallVector<ScopeType> &Scopes) in AnnotatingParser() argument 2714 SmallVector<ScopeType> &Scopes; global() member in clang::format::__anon65a124db0111::AnnotatingParser [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp | 127 llvm::SmallVector<Scope, 2> Scopes; compileFunc() local
|
H A D | Function.h | 232 llvm::SmallVector<Scope, 2> Scopes; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVReader.cpp | 54 if (const LVScopes *Scopes = Parent->getScopes()) { in checkIntegrityScopesTree() local
|
H A D | LVScope.cpp | 740 if (const LVScopes *Scopes = Scope->getScopes()) in traverseParentsAndChildren() local 1563 if (const LVScopes *Scopes = Scope->getScopes()) in printSizes() local 2028 if (const LVScopes *Scopes = Parent->getScopes()) in transformScopedName() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 686 if (const LVScopes *Scopes = CompileUnit->getScopes()) processLines() local 869 if (const LVScopes *Scopes = Parent->getScopes()) includeInlineeLines() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 519 SmallVector<Metadata *, 4> Scopes{NewScope}, NoAliases{NewScope}; in setNoAliasToLoop() local
|
H A D | EarlyCSE.cpp | 805 NodeScope Scopes; member in __anon19c0a85d0411::EarlyCSE::StackNode
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 393 DenseSet<CHRScope *> Scopes; global() member in __anon96cf4c2a0111::CHR 976 findScopes(Region * R,Region * NextRegion,Region * ParentRegion,SmallVectorImpl<CHRScope * > & Scopes) findScopes() argument 1260 classifyBiasedScopes(SmallVectorImpl<CHRScope * > & Scopes) classifyBiasedScopes() argument 1990 dumpScopes(SmallVectorImpl<CHRScope * > & Scopes,const char * Label) dumpScopes() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 295 MultiParseScope Scopes; global() member
|
H A D | ParseTemplate.cpp | 1736 MultiParseScope Scopes(*this); ParseLateTemplatedFuncDef() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCSE.cpp | 774 SmallVector<MachineDomTreeNode*, 32> Scopes; in PerformCSE() local
|
H A D | MachineLICM.cpp | 737 SmallVector<MachineDomTreeNode*, 32> Scopes; HoistOutOfLoop() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 70 SmallVector<GotoScope, 48> Scopes; global() member in __anon74162ff50111::JumpScopeChecker [all...] |