Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTree.h87 ActiveState Active; variable
H A DVirtualFileSystem.h1084 void setUsageTrackingActive(bool Active) { UsageTrackingActive = Active; } in setUsageTrackingActive()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h308 llvm::SmallVector<std::unique_ptr<LoopInfo>, 4> Active; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp174 bool Active = false; doInitialization() local
H A DRegAllocPBQP.cpp328 IntervalSet Active(lowestEndPoint); in apply() local
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h48 bool Active; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp26 enum class IsActive_t : bool { Inactive, Active }; enumerator
775 auto Active = (i == Selected) ? IsActive_t::Active : IsActive_t::Inactive; in ProcessVersionedAPINotes() local
H A DSemaTemplateInstantiate.cpp820 auto &Active = CodeSynthesisContexts.back(); in popCodeSynthesisContext() local
851 auto &Active = SemaRef.CodeSynthesisContexts.back(); in Clear() local
909 Active = CodeSynthesisContexts.rbegin(), in PrintInstantiationStack() local
1252 Active = CodeSynthesisContexts.rbegin(), in isSFINAEContext() local
H A DSemaDeclCXX.cpp5076 if (FieldDecl *Active = in isInactiveUnionMember() local
H A DSemaOpenMP.cpp425 bool Active; member in __anon1dd12e440111::DSAStackTy::ParentDirectiveScope
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp378 void FileManager::trackVFSUsage(bool Active) { in trackVFSUsage()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h619 InitStackScope(Compiler<Emitter> *Ctx, bool Active) in InitStackScope()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp236 for (auto *Active : Info.ActiveModuleMacros) { in updateModuleMacroInfo() local
286 llvm::DenseSet<ModuleMacro*> Active; in dumpMacroInfo() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp209 auto Active = E->getLHS()->getDependence(); in computeDependence() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1276 auto Active = Regions.begin(); in combineRegions() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp2913 bool Active; in ScanLibDirForGCCTriple() member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2695 SmallPtrSet<Instruction *, 8> Active; in verifySiblingFuncletUnwinds() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp146 bool Active = false; member in __anon730428320111::AArch64AsmParser::PrefixInfo
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1024 bool Active; member