Searched defs:Active (Results 1 - 12 of 12) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_tns.h121 UCHAR Active; member in struct:__anon199
/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp116 std::vector<PrettyDiag> Active; local
135 Active.push_back(PrettyDiag(I->getName(), WarningOpt, DiagLevel));
139 for (std::vector<PrettyDiag>::const_iterator I = Active.begin(),
140 E = Active.end(); I != E; ++I) {
/external/clang/lib/CodeGen/
H A DCGLoopInfo.h158 bool hasInfo() const { return !Active.empty(); }
161 const LoopInfo &getInfo() const { return Active.back(); }
165 llvm::SmallVector<LoopInfo, 4> Active; member in class:clang::CodeGen::LoopInfoStack
/external/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp266 bool Active = false; local
269 Active = true;
273 if (!Active)
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp189 for (auto *Active : Info.ActiveModuleMacros) {
190 auto *NewMI = Active->getMacroInfo();
204 IsSystemMacro &= Active->getOwningModule()->IsSystem ||
239 llvm::DenseSet<ModuleMacro*> Active; local
241 Active.insert(MM);
251 if (Active.count(MM))
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h48 bool Active; member in class:clang::SuppressAccessChecks
56 Active = true;
58 Active = false;
63 State(Other.State), Active(Other.Active) {
64 Other.Active = false;
69 assert(Active && "trying to end an inactive suppression");
71 Active = false;
75 assert(!Active && "redelaying without having ended first");
82 if (Active) don
[all...]
/external/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp316 const CountedRegion *Active = ActiveRegions.back(); local
317 unsigned Line = Active->LineEnd, Col = Active->ColumnEnd;
368 auto Active = Regions.begin();
371 if (Active->startLoc() != I->startLoc() ||
372 Active->endLoc() != I->endLoc()) {
374 ++Active;
375 if (Active != I)
376 *Active = *I;
391 if (I->Kind == Active
[all...]
/external/valgrind/coregrind/
H A Dm_redir.c114 Active - a set of orig addr -> (bool, redir addr)
116 Active is the currently active set of bindings that the translator
120 Active is a pure function of Specs and the current symbol table
123 Therefore whenever either Specs or SyminfoState changes, Active
127 Active is computed as follows:
129 Active = empty
136 &fn -> redir is added to Active
142 deleted from Active as a result of recomputing it, then all
146 [Active also depends on where the aspacemgr has decided to put all
154 Clearly we must impose the requirement that domain(Active) contain
291 Active; typedef in typeref:struct:__anon23025
[all...]
/external/llvm/lib/IR/
H A DVerifier.cpp1834 SmallPtrSet<Instruction *, 8> Active; local
1839 Active.insert(PredPad);
1843 if (Active.count(SuccPad)) {
1866 Active.insert(PredPad);
1870 Active.clear();
/external/clang/include/clang/Sema/
H A DSema.h3369 bool Active; member in struct:clang::Sema::FunctionScopeRAII
3370 FunctionScopeRAII(Sema &S) : S(S), Active(true) {}
3372 if (Active)
3375 void disable() { Active = false; }
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1633 GLint ActiveTexture; /**< Client Active Texture */
1808 GLboolean Active; /**< Is transform feedback enabled? */ member in struct:gl_transform_feedback_object
2494 GLboolean Active; /**< inside Begin/EndQuery */ member in struct:gl_query_object
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 465 milliseconds