Home
last modified time | relevance | path

Searched defs:Active (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.h130 llvm::SmallVector<LoopInfo, 4> Active; variable
/minix3/external/bsd/llvm/dist/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp114 std::vector<PrettyDiag> Active; in run() local
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DRAIIObjectsForParser.h48 bool Active; variable
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DCoverageMapping.cpp295 const CountedRegion *Active = ActiveRegions.back(); in popRegion() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp250 IntervalSet Active(lowestEndPoint); in apply() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp405 Active = ActiveTemplateInstantiations.rbegin(), in PrintInstantiationStack() local
591 Active = ActiveTemplateInstantiations.rbegin(), in isSFINAEContext() local
H A DSemaDeclCXX.cpp3694 if (FieldDecl *Active = in isInactiveUnionMember() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h3114 bool Active; member