HomeSort by relevance Sort by last modified time
    Searched refs:Contexts (Results 1 - 15 of 15) sorted by null

  /external/libvpx/libvpx/vp8/common/
context.c 17 int Contexts[vp8_coef_counter_dimen];
  /external/clang/lib/Format/
TokenAnnotator.cpp 35 Contexts.push_back(Context(tok::unknown, 1, /*IsExpression=*/false));
44 Contexts.back().IsExpression = false;
64 Contexts[Contexts.size() - 2].IsExpression) &&
80 Contexts.back().ColonIsForRangeExpr =
81 Contexts.size() == 2 && Contexts[0].ColonIsForRangeExpr;
97 Contexts.back().IsExpression = true;
100 Contexts.back().ColonIsObjCMethodExpr = true;
130 !Contexts.back().IsExpression))
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 82 for (ContextMap::iterator I = Contexts.begin(), E = Contexts.end(); I!=E; ++I)
84 Contexts.clear();
266 AnalysisDeclContext *&AC = Contexts[D];
332 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos));
336 Contexts.InsertNode(L, InsertPos);
350 cast_or_null<StackFrameContext>(Contexts.FindNodeOrInsertPos(ID, InsertPos));
353 Contexts.InsertNode(L, InsertPos);
374 cast_or_null<BlockInvocationContext>(Contexts.FindNodeOrInsertPos(ID,
378 Contexts.InsertNode(L, InsertPos)
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 873 DeclContext::collectAllContexts(SmallVectorImpl<DeclContext *> &Contexts){
874 Contexts.clear();
877 Contexts.push_back(this);
884 Contexts.push_back(N);
886 std::reverse(Contexts.begin(), Contexts.end());
    [all...]
Decl.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec 37 For some applications, maintaining per-thread contexts and
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:
94 None. The GLX extension only extends to direct rendering contexts.
133 (5) What requirements should be placed on the user managing contexts
143 share in synchronization for binding of their own contexts, so the
144 refcounting of the contexts is required to be threadsafe.
146 (6) Does this apply to indirect contexts?
149 for indirect contexts is left as-is
    [all...]
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 37 For some applications, maintaining per-thread contexts and
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:
94 None. The GLX extension only extends to direct rendering contexts.
133 (5) What requirements should be placed on the user managing contexts
143 share in synchronization for binding of their own contexts, so the
144 refcounting of the contexts is required to be threadsafe.
146 (6) Does this apply to indirect contexts?
149 for indirect contexts is left as-is
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 286 SmallVector<const DeclContext *, 2> Contexts;
290 Contexts.push_back(DC);
300 for (unsigned I = Contexts.size(); I != 0; --I) {
307 const DeclContext *CurDC = Contexts[I-1];
  /external/clang/include/clang/Analysis/
AnalysisContext.h 372 llvm::FoldingSet<LocationContext> Contexts;
403 ContextMap Contexts;
  /external/clang/lib/Frontend/
ASTUnit.cpp 277 /// \brief Determine the set of code-completion contexts in which this
289 uint64_t Contexts = 0;
292 // Types can appear in these contexts.
294 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel)
301 // In C++, types can appear in expressions contexts (for functional casts).
303 Contexts |= (1LL << CodeCompletionContext::CCC_Expression);
308 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver);
312 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName);
316 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag);
323 Contexts |= (1LL << CodeCompletionContext::CCC_UnionTag)
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 294 unsigned long long Contexts;
330 Contexts(CXCompletionContext_Unknown),
359 unsigned long long contexts = 0; local
364 contexts = CXCompletionContext_MacroName;
371 contexts = CXCompletionContext_AnyType |
374 contexts |= CXCompletionContext_EnumTag |
383 contexts = CXCompletionContext_AnyType |
387 contexts |= CXCompletionContext_EnumTag |
396 contexts = CXCompletionContext_AnyValue;
398 contexts |= CXCompletionContext_AnyType
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 245 (*===-- Contexts ----------------------------------------------------------===*)
    [all...]
llvm.mli 306 (** {6 Contexts} *)
    [all...]

Completed in 324 milliseconds