/llvm-project/llvm/test/MC/AsmParser/ |
H A D | macro-required-argument.s | 3 .macro required parameter:req macro
|
/llvm-project/clang/test/SemaObjC/ |
H A D | property-13.m | 10 @property int required; property 30 @property int required; property
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupFile.cpp | 16 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 D | OptionGroupBoolean.cpp | 16 OptionGroupBoolean::OptionGroupBoolean(uint32_t usage_mask, bool required, in OptionGroupBoolean()
|
H A D | OptionGroupString.cpp | 16 OptionGroupString::OptionGroupString(uint32_t usage_mask, bool required, in OptionGroupString()
|
H A D | OptionGroupUInt64.cpp | 16 OptionGroupUInt64::OptionGroupUInt64(uint32_t usage_mask, bool required, in OptionGroupUInt64()
|
/llvm-project/llvm/utils/lit/lit/llvm/ |
H A D | config.py | 472 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 D | OptionDefinition.h | 25 bool required; member
|
/llvm-project/polly/utils/ |
H A D | argparse.py | 801 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 D | IntelPTMultiCoreTrace.cpp | 21 uint64_t required = cores.size() * request.ipt_trace_size; in IsTotalBufferLimitReached() local
|
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | analyze.py | 443 def require(required): argument
|
/llvm-project/llvm/utils/vscode/llvm/ |
H A D | package.json | 59 "required": [ array
|
/llvm-project/lldb/examples/python/templates/ |
H A D | parsed_cmd.py | 243 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 D | extractExternal.cpp | 403 set<int> *required = new set<int>; in findRequiredExternal() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-directive-structure.h | 253 SetContextRequired(const common::EnumSet<C,ClauseEnumSize> & required) SetContextRequired() argument
|
/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 1080 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 D | generator.cc | 117 FunctionDecl *generator::find_by_name(const string &name, bool required) in find_by_name()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 370 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 D | CGExprCXX.cpp | 58 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 D | CGFunctionInfo.h | 793 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 D | Writer.cpp | 570 StringMap<std::string> required; populateTargetFeatures() local
|
H A D | SymbolTable.cpp | 711 resolveIndirectFunctionTable(bool required) resolveIndirectFunctionTable() argument
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | package.json | 136 "required": [ global() array
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | MutableBox.cpp | 830 __anond18cc9eb1602(mlir::Value previous, mlir::Value required) genReallocIfNeeded() argument
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_ast_build_expr.c | 2307 isl_set *dom, *required; in extends() local
|