Searched refs:Contexts (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dcontext.c17 int Contexts[vp8_coef_counter_dimen];
/external/libvpx/libvpx/vp8/common/
H A Dcontext.c17 int Contexts[vp8_coef_counter_dimen];
/external/clang/lib/Format/
H A DTokenAnnotator.cpp38 Contexts.push_back(Context(tok::unknown, 1, /*IsExpression=*/false));
48 Contexts.back().IsExpression = false;
51 Contexts.back().InTemplateArgument =
76 Contexts.size() > 2) ||
77 Contexts[Contexts.size() - 2].IsExpression) &&
93 Contexts.back().ColonIsForRangeExpr =
94 Contexts.size() == 2 && Contexts[0].ColonIsForRangeExpr;
114 Contexts
986 SmallVector<Context, 8> Contexts; member in class:clang::format::__anon17899::AnnotatingParser
[all...]
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp84 llvm::DeleteContainerSeconds(Contexts);
276 AnalysisDeclContext *&AC = Contexts[D];
342 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos));
346 Contexts.InsertNode(L, InsertPos);
360 cast_or_null<StackFrameContext>(Contexts.FindNodeOrInsertPos(ID, InsertPos));
363 Contexts.InsertNode(L, InsertPos);
384 cast_or_null<BlockInvocationContext>(Contexts.FindNodeOrInsertPos(ID,
388 Contexts.InsertNode(L, InsertPos);
561 llvm::DeleteContainerSeconds(Contexts);
571 for (llvm::FoldingSet<LocationContext>::iterator I = Contexts
[all...]
/external/clang/lib/AST/
H A DDeclBase.cpp946 DeclContext::collectAllContexts(SmallVectorImpl<DeclContext *> &Contexts){ argument
947 Contexts.clear();
950 Contexts.push_back(this);
957 Contexts.push_back(N);
959 std::reverse(Contexts.begin(), Contexts.end());
1244 SmallVector<DeclContext *, 2> Contexts;
1245 collectAllContexts(Contexts);
1246 for (unsigned I = 0, N = Contexts.size(); I != N; ++I)
1248 &DeclContext::decls_end>(Contexts[
1357 SmallVector<DeclContext *, 2> Contexts; local
[all...]
H A DDecl.cpp1351 ContextsTy Contexts; local
1355 Contexts.push_back(Ctx);
1359 for (ContextsTy::reverse_iterator I = Contexts.rbegin(), E = Contexts.rend();
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_multithread_makecurrent.spec66 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/mesa3d/docs/
H A DMESA_multithread_makecurrent.spec66 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/
H A DCodeCompleteConsumer.cpp285 SmallVector<const DeclContext *, 2> Contexts;
289 Contexts.push_back(DC);
299 for (unsigned I = Contexts.size(); I != 0; --I) {
306 const DeclContext *CurDC = Contexts[I-1];
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h367 llvm::FoldingSet<LocationContext> Contexts; member in class:clang::LocationContextManager
398 ContextMap Contexts; member in class:clang::AnalysisDeclContextManager
/external/clang/lib/Frontend/
H A DASTUnit.cpp278 uint64_t Contexts = 0;
283 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel)
292 Contexts |= (1LL << CodeCompletionContext::CCC_Expression);
297 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver);
301 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName);
305 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag);
312 Contexts |= (1LL << CodeCompletionContext::CCC_UnionTag);
314 Contexts |= (1LL << CodeCompletionContext::CCC_ClassOrStructTag);
322 Contexts = (1LL << CodeCompletionContext::CCC_Statement)
327 Contexts
[all...]
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp296 unsigned long long Contexts; member in struct:__anon19515::AllocatedCXCodeCompleteResults
329 Contexts(CXCompletionContext_Unknown),
558 AllocatedResults.Contexts = getContextsForContextKind(contextKind, S);
891 return Results->Contexts;
/external/clang/lib/Serialization/
H A DASTReader.cpp6342 SmallVectorImpl<const DeclContext *> &Contexts;
6348 SmallVectorImpl<const DeclContext *> &Contexts,
6351 : Reader(Reader), Contexts(Contexts), Name(Name), Decls(Decls) { }
6361 for (unsigned I = 0, N = This->Contexts.size(); I != N; ++I) {
6362 Info = M.DeclContextInfos.find(This->Contexts[I]);
6441 SmallVector<const DeclContext *, 2> Contexts;
6442 Contexts.push_back(DC);
6448 Contexts.push_back(cast<DeclContext>(GetDecl(Merged->second[I])));
6454 Contexts
[all...]
/external/clang/include/clang/AST/
H A DDeclBase.h1262 /// The \c Contexts parameter will contain both definitions of N.
1264 /// \param Contexts Will be cleared and set to the set of declaration
1268 void collectAllContexts(SmallVectorImpl<DeclContext *> &Contexts);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml299 (*===-- Contexts ----------------------------------------------------------===*)
H A Dllvm.mli384 (** {6 Contexts} *)

Completed in 425 milliseconds