Home
last modified time | relevance | path

Searched refs:isDefault (Results 1 – 25 of 31) 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()
217 *this, isDefault);
210 RegisterAGBase(StringRef Name,const void * InterfaceID,const void * PassID,bool isDefault) RegisterAGBase() argument
H A DDebugInfoMetadata.cpp1259 Metadata *Type, bool isDefault, in getImpl() argument
1262 DEFINE_GETIMPL_LOOKUP(DITemplateTypeParameter, (Name, Type, isDefault)); in getImpl()
1264 DEFINE_GETIMPL_STORE(DITemplateTypeParameter, (isDefault), Ops); in getImpl()
1269 bool isDefault, Metadata *Value, StorageType Storage, bool ShouldCreate) { in getImpl() argument
1272 (Tag, Name, Type, isDefault, Value)); in getImpl()
1274 DEFINE_GETIMPL_STORE(DITemplateValueParameter, (Tag, isDefault), Ops); in getImpl()
H A DDIBuilder.cpp463 DIType *Ty, bool isDefault) { in createTemplateTypeParameter() argument
465 return DITemplateTypeParameter::get(VMContext, Name, Ty, isDefault); in createTemplateTypeParameter()
478 DIType *Ty, bool isDefault, in createTemplateValueParameter() argument
482 isDefault, getConstantOrNull(Val)); in createTemplateValueParameter()
H A DLLVMContextImpl.h1025 IsDefault(N->isDefault()) {}
1029 IsDefault == RHS->isDefault();
1047 IsDefault(N->isDefault()), Value(N->getValue()) {}
1051 Type == RHS->getRawType() && IsDefault == RHS->isDefault() &&
/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/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td66 bit isDefault = false;
107 bit isDefault = false;
201 bit isDefault = false;
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_color.c577 bool isDefault = FALSE; in _nc_init_pair() local
588 isDefault = TRUE; in _nc_init_pair()
595 isDefault = TRUE; in _nc_init_pair()
612 if (isDefault && !wasDefault) { in _nc_init_pair()
614 } else if (wasDefault && !isDefault) { in _nc_init_pair()
/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/clang/include/clang/AST/
H A DAvailability.h77 bool isDefault() const { return *this == AvailabilityInfo(); } in isDefault() function
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilibBuilder.h88 bool isDefault() const { in isDefault() function
/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;
685 let isDefault = true;
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h102 bool isDefault() const { return Def->getValueAsBit("isDefault"); } in isDefault() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td78 let isDefault = 1;
181 def OMP_GRAINSIZE_Unknown : ClauseVal<"unkonwn", 2, 0> { let isDefault = 1; }
244 let isDefault = 1;
285 def OMP_NUMTASKS_Unknown : ClauseVal<"unkonwn", 2, 0> { let isDefault = 1; }
314 def OMP_ORDER_unknown : ClauseVal<"unknown",2,0> { let isDefault = 1; }
347 def OMP_PROC_BIND_unknown : ClauseVal<"unknown",7,0> { let isDefault = true; }
386 def OMP_SCHEDULE_Default : ClauseVal<"default", 7, 0> { let isDefault = 1; }
453 let isDefault = true;
1113 let isDefault = true;
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFuchsia.cpp332 if (!SelectedMultilibs.back().isDefault()) in Fuchsia()
437 if (!SelectedMultilibs.empty() && !SelectedMultilibs.back().isDefault()) { in AddClangCXXStdlibIncludeArgs()
/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
H A DDebugInfoMetadata.h2562 bool isDefault() const { return SubclassData1; } in isDefault() function
2591 return getTemporary(getContext(), getName(), getType(), isDefault()); in cloneImpl()
2636 isDefault(), getValue()); in cloneImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h331 if (IsImplicit || isDefault()) in getNumHeaders()
338 bool isDefault() const { return !Sections && !Excluded && !NoHeaders; } in isDefault() function
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp163 if (Avail.isDefault()) in serializeAvailability()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1093 if (TP->isDefault() && isCompatibleWithVersion(5)) in constructTemplateTypeParameterDIE()
1107 if (VP->isDefault() && isCompatibleWithVersion(5)) in constructTemplateValueParameterDIE()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp935 if (!M.getDataLayout().isDefault()) in runOrcJIT()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp608 SectionHeaders.isDefault()) in toSectionIndex()
1911 SectionHeaders.isDefault()) in buildSectionHeaderReorderMap()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1073 if (M.getDataLayout().isDefault()) in applyDataLayout()

12