Home
last modified time | relevance | path

Searched defs:parameters (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/flang/docs/
H A DParameterizedDerivedTypes.md830 `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 DDataFlowAnalysisIntro.md401 ### Problem description
500 ### Lattice design
524 ### Using data flow results to identify output parameters
H A DModules.rst238 -cc1 OptionsCommand-line parameters global() argument
H A DAutomaticReferenceCounting.rst422 .. _arc.object.operands.retained-return-values:
1444 .. _arc.ownership.inference.template.arguments:
/llvm-project/mlir/include/mlir/TableGen/
H A DClass.h92 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 DAttrOrTypeDef.h243 SmallVector<AttrOrTypeParameter> parameters; global() variable
H A DCodeGenHelpers.h35 std::string strfmt(const char *fmt, Parameters &&...parameters) { in strfmt() argument
H A DFormat.h188 Tuple parameters; variable
/llvm-project/libcxx/utils/libcxx/test/
H A Dconfig.py23 def configure(parameters, features, config, lit_config): argument
/llvm-project/clang/tools/scan-view/share/
H A DReporter.py141 def fileReport(self, report, parameters): argument
187 def fileReport(self, report, parameters): argument
H A DScanView.py125 def __init__(self, report, reporter, parameters, server): argument
/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h327 CallSiteParameterArray parameters; variable
/llvm-project/flang/lib/Semantics/
H A Druntime-type-info.cpp39 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 DFunction.cpp128 bool is_tail_call, CallSiteParameterArray &&parameters) in CallEdge() argument
198 CallSiteParameterArray &&parameters) in DirectCallEdge() argument
214 CallSiteParameterArray &&parameters) in IndirectCallEdge() argument
/llvm-project/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp325 ValueList parameters = invocation->GetArgumentValues(); DoLoadImage() local
698 ValueList parameters; MakeLoadImageUtilityFunction() local
[all...]
/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h144 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp465 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 DOpDocGen.cpp320 ArrayRef<AttrOrTypeParameter> parameters = def.getParameters(); emitAttrOrTypeDefAssemblyFormat() local
359 ArrayRef<AttrOrTypeParameter> parameters = def.getParameters(); emitAttrOrTypeDefDoc() local
/llvm-project/mlir/include/mlir/Interfaces/
H A DSideEffectInterfaces.h272 Attribute parameters; variable
/llvm-project/flang/include/flang/Parser/
H A Dformat-specification.h63 std::list<std::int64_t> parameters; member
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestTypes.cpp214 SmallVector<FieldInfo, 4> parameters; in parse() local
/llvm-project/flang/include/flang/Semantics/
H A Dtype.h269 const ParameterMapType &parameters() const { return parameters_; } parameters() function
/llvm-project/clang/include/clang/AST/
H A DDecl.h2685 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 DCharacterTest.cpp196 ComparisonParametersTy<CHAR> parameters; member
/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp709 const ULONG_PTR parameters[] = { in __orc_rt_coff_cxx_throw_exception() local

12