/external/clang/lib/Format/ |
D | TokenAnnotator.cpp | 39 Contexts.push_back(Context(tok::unknown, 1, /*IsExpression=*/false)); in AnnotatingParser() 48 Left->ParentBracket = Contexts.back().ContextKind; in parseAngle() 53 bool InExprContext = Contexts.back().IsExpression; in parseAngle() 55 Contexts.back().IsExpression = false; in parseAngle() 58 Contexts.back().InTemplateArgument = in parseAngle() 89 Contexts[Contexts.size() - 2].IsExpression && in parseAngle() 103 Left->ParentBracket = Contexts.back().ContextKind; in parseParens() 107 Contexts.back().ColonIsForRangeExpr = in parseParens() 108 Contexts.size() == 2 && Contexts[0].ColonIsForRangeExpr; in parseParens() 128 Contexts.back().IsExpression = true; in parseParens() [all …]
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 85 llvm::DeleteContainerSeconds(Contexts); in clear() 300 AnalysisDeclContext *&AC = Contexts[D]; in getContext() 366 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos)); in getLocationContext() 370 Contexts.InsertNode(L, InsertPos); in getLocationContext() 384 cast_or_null<StackFrameContext>(Contexts.FindNodeOrInsertPos(ID, InsertPos)); in getStackFrame() 387 Contexts.InsertNode(L, InsertPos); in getStackFrame() 408 cast_or_null<BlockInvocationContext>(Contexts.FindNodeOrInsertPos(ID, in getBlockInvocationContext() 412 Contexts.InsertNode(L, InsertPos); in getBlockInvocationContext() 585 llvm::DeleteContainerSeconds(Contexts); in ~AnalysisDeclContextManager() 595 for (llvm::FoldingSet<LocationContext>::iterator I = Contexts.begin(), in clear() [all …]
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 1012 DeclContext::collectAllContexts(SmallVectorImpl<DeclContext *> &Contexts){ in collectAllContexts() argument 1013 Contexts.clear(); in collectAllContexts() 1016 Contexts.push_back(this); in collectAllContexts() 1023 Contexts.push_back(N); in collectAllContexts() 1025 std::reverse(Contexts.begin(), Contexts.end()); in collectAllContexts() 1307 SmallVector<DeclContext *, 2> Contexts; in buildLookup() local 1308 collectAllContexts(Contexts); in buildLookup() 1312 for (auto *DC : Contexts) { in buildLookup() 1322 for (auto *DC : Contexts) in buildLookup() 1437 SmallVector<DeclContext *, 2> Contexts; in noload_lookup() local [all …]
|
D | Decl.cpp | 1416 ContextsTy Contexts; in printQualifiedName() local 1420 Contexts.push_back(Ctx); in printQualifiedName() 1424 for (ContextsTy::reverse_iterator I = Contexts.rbegin(), E = Contexts.rend(); in printQualifiedName()
|
/external/libvpx/libvpx/vp8/common/ |
D | context.c | 17 int Contexts[vp8_coef_counter_dimen];
|
/external/mesa3d/docs/ |
D | MESA_multithread_makecurrent.spec | 66 Replace the following sentence from section 2.2 Rendering Contexts: 78 Replace the following sentence from section 3.3.7 Rendering Contexts: 85 Replace the following sentence from section 3.5 Rendering Contexts:
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 282 SmallVector<const DeclContext *, 2> Contexts; in getParentName() local 286 Contexts.push_back(DC); in getParentName() 296 for (unsigned I = Contexts.size(); I != 0; --I) { in getParentName() 303 const DeclContext *CurDC = Contexts[I-1]; in getParentName()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 275 uint64_t Contexts = 0; in getDeclShowContexts() local 280 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel) in getDeclShowContexts() 289 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts() 294 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver); in getDeclShowContexts() 298 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName); in getDeclShowContexts() 302 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag); in getDeclShowContexts() 309 Contexts |= (1LL << CodeCompletionContext::CCC_UnionTag); in getDeclShowContexts() 311 Contexts |= (1LL << CodeCompletionContext::CCC_ClassOrStructTag); in getDeclShowContexts() 319 Contexts = (1LL << CodeCompletionContext::CCC_Statement) in getDeclShowContexts() 324 Contexts = (1LL << CodeCompletionContext::CCC_ObjCProtocolName); in getDeclShowContexts() [all …]
|
/external/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 296 unsigned long long Contexts; member 329 Contexts(CXCompletionContext_Unknown), in AllocatedCXCodeCompleteResults() 558 AllocatedResults.Contexts = getContextsForContextKind(contextKind, S); in ProcessCodeCompleteResults() 882 return Results->Contexts; in clang_codeCompleteGetContexts()
|
/external/clang/include/clang/Analysis/ |
D | AnalysisContext.h | 376 llvm::FoldingSet<LocationContext> Contexts; variable 407 ContextMap Contexts; variable
|
/external/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 49 o Shared Contexts
|
/external/selinux/secilc/docs/ |
D | cil_context_statement.md | 4 Contexts are formed using previously declared parameters and may be named or anonymous where:
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 163 DeclContext::Map Contexts; member in llvm::dsymutil::__anon3a1605500111::DeclContextTree 1679 auto ContextIter = Contexts.find(&Key); in getChildDeclContext() 1681 if (ContextIter == Contexts.end()) { in getChildDeclContext() 1687 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext() 1697 assert(ContextIter != Contexts.end()); in getChildDeclContext() 1759 DeclContextTree &Contexts, in analyzeContextInfo() argument 1786 auto PtrInvalidPair = Contexts.getChildDeclContext( in analyzeContextInfo() 1800 StringPool, Contexts, InImportedModule); in analyzeContextInfo()
|
/external/libvpx/libvpx/ |
D | usage.dox | 27 \subsection usage_ctxs Contexts
|
/external/libxml2/os400/libxmlrpg/ |
D | valid.rpgle | 358 * Allocate/Release Validation Contexts
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 1389 void collectAllContexts(SmallVectorImpl<DeclContext *> &Contexts);
|
/external/srtp/doc/ |
D | rfc3711.txt | 47 3.2. SRTP Cryptographic Contexts. . . . . . . . . . . . . . . 7 50 3.2.3. Mapping SRTP Packets to Cryptographic Contexts . 10 378 3.2. SRTP Cryptographic Contexts 534 3.2.3. Mapping SRTP Packets to Cryptographic Contexts
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 307 (*===-- Contexts ----------------------------------------------------------===*)
|
D | llvm.mli | 401 (** {6 Contexts} *)
|
/external/clang/docs/ |
D | InternalsManual.rst | 1147 Lexical and Semantic Contexts 1185 Transparent Declaration Contexts 1291 Multiply-Defined Declaration Contexts
|
/external/selinux/policycoreutils/po/ |
D | ast.po | 3786 msgid "File Contexts file"
|
D | si_LK.po | 3786 msgid "File Contexts file"
|
D | it_IT.po | 3786 msgid "File Contexts file"
|
D | bn_BD.po | 3786 msgid "File Contexts file"
|
D | brx.po | 3786 msgid "File Contexts file"
|