Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp118 const changeset_ty &Required) { in UpdatedSearchState()
157 const changeset_ty &Required; member in __anon988b2cab0111::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() argument
H A DVirtualFileSystem.cpp1657 bool Required; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp68 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyEntry()
77 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyScalarEntry()
86 StringRef Key, bool Required) { in verifyIntegerEntry()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h70 const changeset_ty &Required) {} in UpdatedSearchState()
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp161 unsigned Required = std::min(NumMicroOps, DispatchWidth); in isAvailable() local
/freebsd-src/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp28 bool Required = false; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h144 bool Required; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h61 Required = 0, enumerator
H A DMCAsmMacro.h132 bool Required = false; member
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp453 Required global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp106 bool SUnit::addPred(const SDep &D, bool Required) { in addPred() argument
/freebsd-src/usr.sbin/ppp/
H A Dccp.h128 int (*Required)(struct fsm *); /* Must negotiate ? */ member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h116 Required = 0x02, // One occurrence required global() enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h601 RequiredArgs Required; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h118 enum class ObjCImplementationControl { None, Required, Optional }; enumerator
734 enum PropertyControl { None, Required, Optional }; global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp160 bool Required = false; member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp188 RequiredArgs Required = RequiredArgs::forPrototypePlus(FTP, prefix.size()); arrangeLLVMFunctionInfo() local
424 RequiredArgs Required = PassProtoArgs arrangeCXXConstructorCall() local
H A DCGObjCGNU.cpp497 EmitProtocolMethodList(T && Methods,llvm::Constant * & Required,llvm::Constant * & Optional) EmitProtocolMethodList() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp102 RequiredArgs Required; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4007 TailFoldingOpts Required = TailFoldingOpts::Disabled; preferPredicateOverEpilogue() local
[all...]
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp9135 enum class Optionality { Optional, Required }; enumerator