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

  /external/libvpx/libvpx/vp8/common/
context.c 17 int Contexts[vp8_coef_counter_dimen];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
context.c 17 int Contexts[vp8_coef_counter_dimen];
  /external/clang/lib/Format/
TokenAnnotator.cpp 39 Contexts.push_back(Context(tok::unknown, 1, /*IsExpression=*/false));
48 Left->ParentBracket = Contexts.back().ContextKind;
53 bool InExprContext = Contexts.back().IsExpression;
55 Contexts.back().IsExpression = false;
58 Contexts.back().InTemplateArgument =
89 Contexts[Contexts.size() - 2].IsExpression &&
103 Left->ParentBracket = Contexts.back().ContextKind;
107 Contexts.back().ColonIsForRangeExpr =
108 Contexts.size() == 2 && Contexts[0].ColonIsForRangeExpr
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 85 llvm::DeleteContainerSeconds(Contexts);
300 AnalysisDeclContext *&AC = Contexts[D];
366 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos));
370 Contexts.InsertNode(L, InsertPos);
384 cast_or_null<StackFrameContext>(Contexts.FindNodeOrInsertPos(ID, InsertPos));
387 Contexts.InsertNode(L, InsertPos);
408 cast_or_null<BlockInvocationContext>(Contexts.FindNodeOrInsertPos(ID,
412 Contexts.InsertNode(L, InsertPos);
585 llvm::DeleteContainerSeconds(Contexts);
595 for (llvm::FoldingSet<LocationContext>::iterator I = Contexts.begin()
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 1012 DeclContext::collectAllContexts(SmallVectorImpl<DeclContext *> &Contexts){
1013 Contexts.clear();
1016 Contexts.push_back(this);
1023 Contexts.push_back(N);
1025 std::reverse(Contexts.begin(), Contexts.end());
    [all...]
Decl.cpp     [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 282 SmallVector<const DeclContext *, 2> Contexts;
286 Contexts.push_back(DC);
296 for (unsigned I = Contexts.size(); I != 0; --I) {
303 const DeclContext *CurDC = Contexts[I-1];
  /external/clang/include/clang/Analysis/
AnalysisContext.h 376 llvm::FoldingSet<LocationContext> Contexts;
407 ContextMap Contexts;
  /external/clang/lib/Frontend/
ASTUnit.cpp 263 /// \brief Determine the set of code-completion contexts in which this
275 uint64_t Contexts = 0;
278 // Types can appear in these contexts.
280 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel)
287 // In C++, types can appear in expressions contexts (for functional casts).
289 Contexts |= (1LL << CodeCompletionContext::CCC_Expression);
294 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver);
298 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName);
302 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag);
309 Contexts |= (1LL << CodeCompletionContext::CCC_UnionTag)
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 296 unsigned long long Contexts;
329 Contexts(CXCompletionContext_Unknown),
355 unsigned long long contexts = 0; local
360 contexts = CXCompletionContext_MacroName;
367 contexts = CXCompletionContext_AnyType |
370 contexts |= CXCompletionContext_EnumTag |
379 contexts = CXCompletionContext_AnyType |
383 contexts |= CXCompletionContext_EnumTag |
392 contexts = CXCompletionContext_AnyValue;
394 contexts |= CXCompletionContext_AnyType
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 86 /// The contexts are conceptually organised as a tree (eg. a function
163 DeclContext::Map Contexts;
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 307 (*===-- Contexts ----------------------------------------------------------===*)
    [all...]
llvm.mli 401 (** {6 Contexts} *)
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 

Completed in 1023 milliseconds