Home
last modified time | relevance | path

Searched defs:Required (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp118 const changeset_ty &Required) { in UpdatedSearchState()
157 const changeset_ty &Required; member in __anoncf29fe990111::DeltaActiveSetHelper
172 const changeset_ty &Required) in DeltaActiveSetHelper()
284 const changeset_ty &Required) { in GetTestResult()
306 changeset_ty Required; in Run() local
H A DYAMLTraits.cpp148 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, in preflightKey() argument
545 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey()
H A DVirtualFileSystem.cpp1688 bool Required; member
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp87 return verifyEntry(MapNode, Key, Required, [this](msgpack::DocNode &Node) { in verifyIntegerEntry() argument
69 verifyEntry(msgpack::MapDocNode & MapNode,StringRef Key,bool Required,function_ref<bool (msgpack::DocNode &)> verifyNode) verifyEntry() argument
78 verifyScalarEntry(msgpack::MapDocNode & MapNode,StringRef Key,bool Required,msgpack::Type SKind,function_ref<bool (msgpack::DocNode &)> verifyValue) verifyScalarEntry() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h70 const changeset_ty &Required) {} in UpdatedSearchState()
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp161 unsigned Required = std::min(NumMicroOps, DispatchWidth); in isAvailable() local
/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp28 bool Required = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h144 bool Required; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h60 Required = 0, global() enumerator
H A DMCAsmMacro.h132 bool Required = false; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp106 bool SUnit::addPred(const SDep &D, bool Required) { in addPred()
/freebsd/usr.sbin/ppp/
H A Dccp.h128 int (*Required)(struct fsm *); /* Must negotiate ? */ member
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h182 bool Required = false; in operator() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp480 Required enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h115 Required = 0x02, // One occurrence required enumerator
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h611 RequiredArgs Required; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h118 enum class ObjCImplementationControl { None, Required, Optional }; enumerator
735 enum PropertyControl { None, Required, Optional }; enumerator
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp160 bool Required = false; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp192 RequiredArgs Required = RequiredArgs::forPrototypePlus(FTP, prefix.size()); in arrangeLLVMFunctionInfo() local
434 RequiredArgs Required = PassProtoArgs in arrangeCXXConstructorCall() local
H A DCGObjCGNU.cpp495 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList()
H A DItaniumCXXABI.cpp3387 RequiredArgs Required = RequiredArgs::forPrototypePlus(FPT, /*this*/ 1); in getOrCreateVirtualFunctionPointerThunk() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp102 RequiredArgs Required; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4346 TailFoldingOpts Required = TailFoldingOpts::Disabled; in preferPredicateOverEpilogue() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9135 enum class Optionality { Optional, Required }; enumerator