Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp119 const changeset_ty &Required) { in UpdatedSearchState()
158 const changeset_ty &Required; member in __anon2fe28b9a0111::DeltaActiveSetHelper
173 const changeset_ty &Required) in DeltaActiveSetHelper()
291 const changeset_ty &Required) { in GetTestResult()
314 changeset_ty Required; in Run() local
H A DYAMLTraits.cpp155 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, in preflightKey() argument
529 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey()
H A DVirtualFileSystem.cpp1336 bool Required; member
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h70 const changeset_ty &Required) {} in UpdatedSearchState()
/netbsd/external/bsd/nvi/dist/motif/
H A Dm_cde.c41 #define Required 10 macro
/netbsd/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp163 unsigned Required = std::min(NumMicroOps, DispatchWidth); in isAvailable() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrItineraries.h60 Required = 0, enumerator
H A DMCAsmMacro.h132 bool Required = false; member
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAG.cpp107 bool SUnit::addPred(const SDep &D, bool Required) { in addPred()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h121 Required = 0x02, // One occurrence required enumerator
/netbsd/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h589 RequiredArgs Required; variable
/netbsd/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp161 bool Required = false; member
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h144 enum ImplementationControl { None, Required, Optional }; enumerator
734 enum PropertyControl { None, Required, Optional }; enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp182 RequiredArgs Required = RequiredArgs::forPrototypePlus(FTP, prefix.size()); in arrangeLLVMFunctionInfo() local
408 RequiredArgs Required = PassProtoArgs in arrangeCXXConstructorCall() local
H A DCGObjCGNU.cpp496 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList()