/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | PassRegistry.cpp | 74 PassInfo &Registeree, bool isDefault, in registerAnalysisGroup() argument 96 if (isDefault) { in registerAnalysisGroup()
|
H A D | Pass.cpp | 214 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 D | DebugInfoMetadata.cpp | 1259 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 D | DIBuilder.cpp | 463 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 D | LLVMContextImpl.h | 1025 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 D | PassRegistry.h | 75 PassInfo &Registeree, bool isDefault,
|
H A D | PassSupport.h | 141 const void *PassID = nullptr, bool isDefault = false);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/ |
H A D | DirectiveBase.td | 66 bit isDefault = false; 107 bit isDefault = false; 201 bit isDefault = false;
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_color.c | 577 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 D | Symbols.cpp | 238 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 D | Availability.h | 77 bool isDefault() const { return *this == AvailabilityInfo(); } in isDefault() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | MultilibBuilder.h | 88 bool isDefault() const { in isDefault() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/ |
H A D | ACC.td | 87 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 D | DirectiveEmitter.h | 102 bool isDefault() const { return Def->getValueAsBit("isDefault"); } in isDefault() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMP.td | 78 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 D | Fuchsia.cpp | 332 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 D | MCJIT.cpp | 86 if (First->getDataLayout().isDefault()) in MCJIT() 108 if (M->getDataLayout().isDefault()) in addModule()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 251 bool isDefault() const { return StringRepresentation.empty(); } in isDefault() function
|
H A D | DebugInfoMetadata.h | 2562 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 D | ELFYAML.h | 331 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 D | SymbolGraphSerializer.cpp | 163 if (Avail.isDefault()) in serializeAvailability()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1093 if (TP->isDefault() && isCompatibleWithVersion(5)) in constructTemplateTypeParameterDIE() 1107 if (VP->isDefault() && isCompatibleWithVersion(5)) in constructTemplateValueParameterDIE()
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 935 if (!M.getDataLayout().isDefault()) in runOrcJIT()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 608 SectionHeaders.isDefault()) in toSectionIndex() 1911 SectionHeaders.isDefault()) in buildSectionHeaderReorderMap()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 1073 if (M.getDataLayout().isDefault()) in applyDataLayout()
|