Home
last modified time | relevance | path

Searched defs:parameter (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/test/MC/AsmParser/
H A Dmacro-required-argument-err.s6 .macro missing_qualifier parameter: argument
11 .macro non_identifier_qualifier parameter:0 argument
16 .macro invalid_qualifier parameter:invalid_qualifier argument
H A Dunmatched-if-macro.s7 .macro macro parameter=0 argument
/llvm-project/flang/docs/
H A DParameterizedDerivedTypes.md95 Implementing PDT with inlined componentsParameterized Derived Types (PDTs)""Fortran standard""The two types of PDTs""PDT with length type parameter global() argument
117 Implementing PDT with outlined componentsParameterized Derived Types (PDTs)""Fortran standard""The two types of PDTs""PDT with length type parameter global() argument
147 Example of nested PDTsParameterized Derived Types (PDTs)""Fortran standard""The two types of PDTs""PDT with length type parameter global() argument
168 Example with array sliceParameterized Derived Types (PDTs)""Fortran standard""The two types of PDTs""PDT with length type parameter global() argument
[all...]
/llvm-project/flang/test/Evaluate/
H A Dfolding05.f9011 logical, parameter :: test_char1_ok2 = char(127_4, 1).EQ."" variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dinconsistent-declaration-parameter-name-macros.cpp29 #define DEFINITION(name, parameter) \ argument
/llvm-project/clang/test/CodeGenCXX/
H A Dregcall.cpp11 auto lambda = [&](int parameter) -> int { in main()
H A Dregcall4.cpp11 auto lambda = [&](int parameter) -> int { in main()
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/ROCDL/
H A DROCDLToLLVMIRTranslation.cpp47 createDeviceFunctionCall(llvm::IRBuilderBase & builder,StringRef fnName,int parameter) createDeviceFunctionCall() argument
/llvm-project/clang/test/Index/
H A Dprint-type.cpp80 outer::Foo<bool> parameter; variable
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/
H A DDataLayoutImporter.cpp60 uint64_t parameter; in tryToParseInt() local
/llvm-project/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp13 void test2 (const int parameter) { // expected-note{{variable 'parameter' declared const here}} in test2()
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h402 explicit ParameterizedTestFactory(ParamType parameter) in ParameterizedTestFactory()
444 TestFactoryBase* CreateTestFactory(ParamType parameter) override { in CreateTestFactory()
/llvm-project/flang/include/flang/Evaluate/
H A Dvariable.h147 const Symbol &parameter() const { return parameter_; } parameter() function
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h1691 static void SetParam(const ParamType* parameter) { parameter_ = parameter; } in SetParam()