Home
last modified time | relevance | path

Searched defs:required (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/llvm/test/MC/AsmParser/
H A Dmacro-required-argument.s3 .macro required parameter:req macro
/llvm-project/clang/test/SemaObjC/
H A Dproperty-13.m10 @property int required; property
30 @property int required; property
/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFile.cpp16 OptionGroupFile::OptionGroupFile(uint32_t usage_mask, bool required, in OptionGroupFile()
46 uint32_t usage_mask, bool required, const char *long_option, in OptionGroupFileList()
H A DOptionGroupBoolean.cpp16 OptionGroupBoolean::OptionGroupBoolean(uint32_t usage_mask, bool required, in OptionGroupBoolean()
H A DOptionGroupString.cpp16 OptionGroupString::OptionGroupString(uint32_t usage_mask, bool required, in OptionGroupString()
H A DOptionGroupUInt64.cpp16 OptionGroupUInt64::OptionGroupUInt64(uint32_t usage_mask, bool required, in OptionGroupUInt64()
/llvm-project/llvm/utils/lit/lit/llvm/
H A Dconfig.py472 use_llvm_tool( self, name, search_env=None, required=False, quiet=False, search_paths=None, use_installed=False, ) global() argument
515 use_clang( self, additional_tool_dirs=[], additional_flags=[], required=True, use_installed=False, ) global() argument
750 use_lld(self, additional_tool_dirs=[], required=True, use_installed=False) global() argument
[all...]
/llvm-project/lldb/include/lldb/Utility/
H A DOptionDefinition.h25 bool required; member
/llvm-project/polly/utils/
H A Dargparse.py801 required=False, argument
844 required=False, argument
880 required=False, argument
899 def __init__(self, option_strings, dest, default=False, required=False, help=None): argument
911 def __init__(self, option_strings, dest, default=True, required=False, help=None): argument
932 required=False, argument
970 required=False, argument
992 def __init__(self, option_strings, dest, default=None, required=False, help=None): argument
1500 def __init__(self, container, required=False): argument
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DIntelPTMultiCoreTrace.cpp21 uint64_t required = cores.size() * request.ipt_trace_size; in IsTotalBufferLimitReached() local
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Danalyze.py443 def require(required): argument
/llvm-project/llvm/utils/vscode/llvm/
H A Dpackage.json59 "required": [ array
/llvm-project/lldb/examples/python/templates/
H A Dparsed_cmd.py243 add_option(self, short_option, long_option, help, default, dest = None, required=False, groups = None, value_type=lldb.eArgTypeNone, completion_type=None, enum_values=None) global() argument
/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp403 set<int> *required = new set<int>; in findRequiredExternal() local
/llvm-project/flang/lib/Semantics/
H A Dcheck-directive-structure.h253 SetContextRequired(const common::EnumSet<C,ClauseEnumSize> & required) SetContextRequired() argument
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1080 TextFieldDelegate(const char *label, const char *content, bool required) in TextFieldDelegate() argument
1338 IntegerFieldDelegate(const char *label, int content, bool required) in IntegerFieldDelegate() argument
1351 bool required) in FileFieldDelegate() argument
1394 bool need_to_exist, bool required) in DirectoryFieldDelegate() argument
1436 ArchFieldDelegate(const char *label, const char *content, bool required) in ArchFieldDelegate() argument
2332 AddTextField(const char * label,const char * content,bool required) AddTextField() argument
2340 AddFileField(const char * label,const char * content,bool need_to_exist,bool required) AddFileField() argument
2349 AddDirectoryField(const char * label,const char * content,bool need_to_exist,bool required) AddDirectoryField() argument
2357 AddArchField(const char * label,const char * content,bool required) AddArchField() argument
2365 AddIntegerField(const char * label,int content,bool required) AddIntegerField() argument
[all...]
/llvm-project/polly/lib/External/isl/interface/
H A Dgenerator.cc117 FunctionDecl *generator::find_by_name(const string &name, bool required) in find_by_name()
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp370 RequiredArgs required = arrangeCXXStructorDeclaration() local
524 RequiredArgs required = arrangeObjCMessageSendSignature() local
602 RequiredArgs required = RequiredArgs::All; arrangeFreeFunctionLikeCall() local
704 arrangeCXXMethodCall(const CallArgList & args,const FunctionProtoType * proto,RequiredArgs required,unsigned numPrefixArgs) arrangeCXXMethodCall() argument
770 arrangeLLVMFunctionInfo(CanQualType resultType,FnInfoOpts opts,ArrayRef<CanQualType> argTypes,FunctionType::ExtInfo info,ArrayRef<FunctionProtoType::ExtParameterInfo> paramInfos,RequiredArgs required) arrangeLLVMFunctionInfo() argument
835 create(unsigned llvmCC,bool instanceMethod,bool chainCall,bool delegateCall,const FunctionType::ExtInfo & info,ArrayRef<ExtParameterInfo> paramInfos,CanQualType resultType,ArrayRef<CanQualType> argTypes,RequiredArgs required) create() argument
[all...]
H A DCGExprCXX.cpp58 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size()); in commonEmitCXXMemberOrOperatorCall() local
481 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, 1); EmitCXXMemberPointerCallExpr() local
/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h793 Profile(llvm::FoldingSetNodeID & ID,bool InstanceMethod,bool ChainCall,bool IsDelegateCall,const FunctionType::ExtInfo & info,ArrayRef<ExtParameterInfo> paramInfos,RequiredArgs required,CanQualType resultType,ArrayRef<CanQualType> argTypes) Profile() argument
/llvm-project/lld/wasm/
H A DWriter.cpp570 StringMap<std::string> required; populateTargetFeatures() local
H A DSymbolTable.cpp711 resolveIndirectFunctionTable(bool required) resolveIndirectFunctionTable() argument
/llvm-project/lldb/tools/lldb-dap/
H A Dpackage.json136 "required": [ global() array
/llvm-project/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp830 __anond18cc9eb1602(mlir::Value previous, mlir::Value required) genReallocIfNeeded() argument
/llvm-project/polly/lib/External/isl/
H A Disl_ast_build_expr.c2307 isl_set *dom, *required; in extends() local

12