/llvm-project/flang/docs/ |
H A D | ParameterizedDerivedTypes.md | 830 `fir.alloca`Parameterized Derived Types (PDTs)""Fortran standard""FIR operations with length type parameters global() argument 843 `fir.allocmem`Parameterized Derived Types (PDTs)""Fortran standard""FIR operations with length type parameters global() argument 857 `fir.embox`Parameterized Derived Types (PDTs)""Fortran standard""FIR operations with length type parameters global() argument 890 `fir.field_index`Parameterized Derived Types (PDTs)""Fortran standard""FIR operations with length type parameters global() argument 905 `fir.len_param_index`Parameterized Derived Types (PDTs)""Fortran standard""FIR operations with length type parameters global() argument 919 `fir.save_result`Parameterized Derived Types (PDTs)""Fortran standard""FIR operations with length type parameters global() argument [all...] |
/llvm-project/clang/docs/ |
H A D | DataFlowAnalysisIntro.md | 401 ### Problem description 500 ### Lattice design 524 ### Using data flow results to identify output parameters
|
H A D | Modules.rst | 238 -cc1 OptionsCommand-line parameters global() argument
|
H A D | AutomaticReferenceCounting.rst | 422 .. _arc.object.operands.retained-return-values: 1444 .. _arc.ownership.inference.template.arguments:
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Class.h | 92 MethodParameters(std::initializer_list<MethodParameter> parameters) in MethodParameters() argument 90 MethodParameters(std::initializer_list<MethodParameter> parameters) MethodParameters() argument 121 MethodSignature(RetTypeT && retType,NameT && name,SmallVector<MethodParameter> && parameters) MethodSignature() argument 129 MethodSignature(RetTypeT && retType,NameT && name,ArrayRef<MethodParameter> parameters) MethodSignature() argument 137 MethodSignature(RetTypeT && retType,NameT && name,Parameters &&...parameters) MethodSignature() argument 190 MethodParameters parameters; global() variable 683 addMethod(RetTypeT && retType,NameT && name,Method::Properties properties,ArrayRef<MethodParameter> parameters) addMethod() argument 696 addMethod(RetTypeT && retType,NameT && name,ArrayRef<MethodParameter> parameters) addMethod() argument [all...] |
H A D | AttrOrTypeDef.h | 243 SmallVector<AttrOrTypeParameter> parameters; global() variable
|
H A D | CodeGenHelpers.h | 35 std::string strfmt(const char *fmt, Parameters &&...parameters) { in strfmt() argument
|
H A D | Format.h | 188 Tuple parameters; variable
|
/llvm-project/libcxx/utils/libcxx/test/ |
H A D | config.py | 23 def configure(parameters, features, config, lit_config): argument
|
/llvm-project/clang/tools/scan-view/share/ |
H A D | Reporter.py | 141 def fileReport(self, report, parameters): argument 187 def fileReport(self, report, parameters): argument
|
H A D | ScanView.py | 125 def __init__(self, report, reporter, parameters, server): argument
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Function.h | 327 CallSiteParameterArray parameters; variable
|
/llvm-project/flang/lib/Semantics/ |
H A D | runtime-type-info.cpp | 39 FindLenParameterIndex(const SymbolVector & parameters,const Symbol & symbol) FindLenParameterIndex() argument 101 GetValue(const A & x,const SymbolVector * parameters) GetValue() argument 113 GetValue(const std::optional<evaluate::Expr<T>> & expr,const SymbolVector * parameters) GetValue() argument 369 GetSuffixIfTypeKindParameters(const DerivedTypeSpec & derivedTypeSpec,const SymbolVector * parameters) GetSuffixIfTypeKindParameters() argument 437 const SymbolVector *parameters{GetTypeParameters(*dtSymbol)}; DescribeType() local 744 DescribeComponent(const Symbol & symbol,const ObjectEntityDetails & object,Scope & scope,Scope & dtScope,const std::string & distinctName,const SymbolVector * parameters) DescribeComponent() argument [all...] |
/llvm-project/lldb/source/Symbol/ |
H A D | Function.cpp | 128 bool is_tail_call, CallSiteParameterArray &¶meters) in CallEdge() argument 198 CallSiteParameterArray &¶meters) in DirectCallEdge() argument 214 CallSiteParameterArray &¶meters) in IndirectCallEdge() argument
|
/llvm-project/lldb/source/Plugins/Platform/Windows/ |
H A D | PlatformWindows.cpp | 325 ValueList parameters = invocation->GetArgumentValues(); DoLoadImage() local 698 ValueList parameters; MakeLoadImageUtilityFunction() local [all...] |
/llvm-project/clang/include/clang/Analysis/ |
H A D | AnyCall.h | 144 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 465 addParameterValuesToBindings(const StackFrameContext * CalleeCtx,CallEvent::BindingsTy & Bindings,SValBuilder & SVB,const CallEvent & Call,ArrayRef<ParmVarDecl * > parameters) addParameterValuesToBindings() argument 553 ArrayRef<ParmVarDecl*> AnyFunctionCall::parameters() const { parameters() function in AnyFunctionCall 883 ArrayRef<ParmVarDecl*> BlockCall::parameters() const { parameters() function in BlockCall 972 ArrayRef<ParmVarDecl*> ObjCMethodCall::parameters() const { parameters() function in ObjCMethodCall [all...] |
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpDocGen.cpp | 320 ArrayRef<AttrOrTypeParameter> parameters = def.getParameters(); emitAttrOrTypeDefAssemblyFormat() local 359 ArrayRef<AttrOrTypeParameter> parameters = def.getParameters(); emitAttrOrTypeDefDoc() local
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | SideEffectInterfaces.h | 272 Attribute parameters; variable
|
/llvm-project/flang/include/flang/Parser/ |
H A D | format-specification.h | 63 std::list<std::int64_t> parameters; member
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestTypes.cpp | 214 SmallVector<FieldInfo, 4> parameters; in parse() local
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | type.h | 269 const ParameterMapType ¶meters() const { return parameters_; } parameters() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 2685 ArrayRef<ParmVarDecl *> parameters() const { parameters() function 2688 MutableArrayRef<ParmVarDecl *> parameters() { parameters() function 4592 ArrayRef<ParmVarDecl *> parameters() const { parameters() function 4595 MutableArrayRef<ParmVarDecl *> parameters() { parameters() function 4759 ArrayRef<ImplicitParamDecl *> parameters() const { parameters() function 4762 MutableArrayRef<ImplicitParamDecl *> parameters() { parameters() function [all...] |
/llvm-project/flang/unittests/Runtime/ |
H A D | CharacterTest.cpp | 196 ComparisonParametersTy<CHAR> parameters; member
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | coff_platform.cpp | 709 const ULONG_PTR parameters[] = { in __orc_rt_coff_cxx_throw_exception() local
|