Home
last modified time | relevance | path

Searched refs:isDefault (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassRegistry.cpp74 PassInfo &Registeree, bool isDefault, in registerAnalysisGroup() argument
96 if (isDefault) { in registerAnalysisGroup()
H A DPass.cpp214 const void *PassID, bool isDefault) in RegisterAGBase() argument
217 *this, isDefault); in RegisterAGBase()
H A DDebugInfoMetadata.cpp1249 Metadata *Type, bool isDefault, in getImpl() argument
1252 DEFINE_GETIMPL_LOOKUP(DITemplateTypeParameter, (Name, Type, isDefault)); in getImpl()
1254 DEFINE_GETIMPL_STORE(DITemplateTypeParameter, (isDefault), Ops); in getImpl()
1259 bool isDefault, Metadata *Value, StorageType Storage, bool ShouldCreate) { in getImpl() argument
1262 (Tag, Name, Type, isDefault, Value)); in getImpl()
1264 DEFINE_GETIMPL_STORE(DITemplateValueParameter, (Tag, isDefault), Ops); in getImpl()
H A DDIBuilder.cpp436 DIType *Ty, bool isDefault) { in createTemplateTypeParameter() argument
438 return DITemplateTypeParameter::get(VMContext, Name, Ty, isDefault); in createTemplateTypeParameter()
451 DIType *Ty, bool isDefault, in createTemplateValueParameter() argument
455 isDefault, getConstantOrNull(Val)); in createTemplateValueParameter()
H A DLLVMContextImpl.h1011 IsDefault(N->isDefault()) {}
1015 IsDefault == RHS->isDefault();
1033 IsDefault(N->isDefault()), Value(N->getValue()) {}
1037 Type == RHS->getRawType() && IsDefault == RHS->isDefault() &&
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td66 bit isDefault = false;
107 bit isDefault = false;
156 bit isDefault = false;
/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPassRegistry.h75 PassInfo &Registeree, bool isDefault,
H A DPassSupport.h141 const void *PassID = nullptr, bool isDefault = false);
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAvailabilityInfo.h39 bool isDefault() const { return *this == AvailabilityInfo(); } in isDefault() function
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_color.c579 bool isDefault = FALSE; in _nc_init_pair() local
590 isDefault = TRUE; in _nc_init_pair()
597 isDefault = TRUE; in _nc_init_pair()
614 if (isDefault && !wasDefault) { in _nc_init_pair()
616 } else if (wasDefault && !isDefault) { in _nc_init_pair()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilibBuilder.h88 bool isDefault() const { in isDefault() function
H A DMultilib.h83 bool isDefault() const in isDefault() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp238 bool isDefault = (verstr[0] == '@'); in parseSymbolVersion() local
239 if (isDefault) in parseSymbolVersion()
246 if (isDefault) in parseSymbolVersion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/
H A DACC.td87 def ACC_Default_none : ClauseVal<"none", 1, 1> { let isDefault = 1; }
261 let isDefault = true;
643 let isDefault = true;
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td120 def OMP_PROC_BIND_unknown : ClauseVal<"unknown",7,0> { let isDefault = true; }
140 def OMP_SCHEDULE_Default : ClauseVal<"default", 7, 0> { let isDefault = 1; }
162 let isDefault = 1;
181 let isDefault = 1;
249 def OMP_GRAINSIZE_Unknown : ClauseVal<"unkonwn", 2, 0> { let isDefault = 1; }
265 def OMP_NUMTASKS_Unknown : ClauseVal<"unkonwn", 2, 0> { let isDefault = 1; }
356 def OMP_ORDER_unknown : ClauseVal<"unknown",2,0> { let isDefault = 1; }
423 let isDefault = true;
2192 let isDefault = true;
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h94 bool isDefault() const { return Def->getValueAsBit("isDefault"); } in isDefault() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp86 if (First->getDataLayout().isDefault()) in MCJIT()
108 if (M->getDataLayout().isDefault()) in addModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h251 bool isDefault() const { return StringRepresentation.empty(); } in isDefault() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h319 if (IsImplicit || isDefault()) in getNumHeaders()
326 bool isDefault() const { return !Sections && !Excluded && !NoHeaders; } in isDefault() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFuchsia.cpp331 if (!SelectedMultilibs.back().isDefault()) in Fuchsia()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1060 if (TP->isDefault() && isCompatibleWithVersion(5)) in constructTemplateTypeParameterDIE()
1074 if (VP->isDefault() && isCompatibleWithVersion(5)) in constructTemplateValueParameterDIE()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp159 if (Avail.isDefault()) in serializeAvailability()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1040 if (M.getDataLayout().isDefault()) in applyDataLayout()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp937 if (!M.getDataLayout().isDefault()) in runOrcJIT()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp602 SectionHeaders.isDefault()) in toSectionIndex()
1843 SectionHeaders.isDefault()) in buildSectionHeaderReorderMap()

12