Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project/clang/test/SemaObjC/
H A Dmethod-def-1.m24 @protocol proto; protocol
32 arg; // expected-note {{previous definition is here}}
/llvm-project/clang/utils/
H A Dconvert_arm_neon.py77 def remap_protocol(proto, typespec, name): argument
/llvm-project/clang/test/PCH/
H A Dtypes.h36 typedef float proto(float, float, ...); typedef
/llvm-project/clang/test/Sema/
H A Dknr-def-call.c35 void proto(x) // expected-warning {{a function definition without a prototype is deprecated in all … in proto() function
/llvm-project/mlir/examples/toy/Ch3/include/toy/
H A DAST.h219 std::unique_ptr<PrototypeAST> proto; variable
223 FunctionAST(std::unique_ptr<PrototypeAST> proto, in FunctionAST()
H A DParser.h444 auto proto = parsePrototype(); in parseDefinition() local
/llvm-project/mlir/examples/toy/Ch6/include/toy/
H A DAST.h219 std::unique_ptr<PrototypeAST> proto; variable
223 FunctionAST(std::unique_ptr<PrototypeAST> proto, in FunctionAST()
H A DParser.h444 auto proto = parsePrototype(); in parseDefinition() local
/llvm-project/mlir/examples/toy/Ch5/include/toy/
H A DAST.h219 std::unique_ptr<PrototypeAST> proto; variable
223 FunctionAST(std::unique_ptr<PrototypeAST> proto, in FunctionAST()
H A DParser.h444 auto proto = parsePrototype(); in parseDefinition() local
/llvm-project/mlir/examples/toy/Ch4/include/toy/
H A DAST.h219 std::unique_ptr<PrototypeAST> proto; variable
223 FunctionAST(std::unique_ptr<PrototypeAST> proto, in FunctionAST()
H A DParser.h444 auto proto = parsePrototype(); in parseDefinition() local
/llvm-project/mlir/examples/toy/Ch2/include/toy/
H A DAST.h219 std::unique_ptr<PrototypeAST> proto; variable
223 FunctionAST(std::unique_ptr<PrototypeAST> proto, in FunctionAST()
H A DParser.h444 auto proto = parsePrototype(); in parseDefinition() local
/llvm-project/mlir/examples/toy/Ch1/include/toy/
H A DAST.h219 std::unique_ptr<PrototypeAST> proto; variable
223 FunctionAST(std::unique_ptr<PrototypeAST> proto, in FunctionAST()
H A DParser.h444 auto proto = parsePrototype(); in parseDefinition() local
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DAST.h256 std::unique_ptr<PrototypeAST> proto; variable
260 FunctionAST(std::unique_ptr<PrototypeAST> proto, in FunctionAST()
H A DParser.h599 auto proto = parsePrototype(); in parseDefinition() local
/llvm-project/mlir/examples/toy/Ch3/mlir/
H A DMLIRGen.cpp116 mlir::toy::FuncOp mlirGen(PrototypeAST &proto) { in mlirGen()
/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DMLIRGen.cpp116 mlir::toy::FuncOp mlirGen(PrototypeAST &proto) { in mlirGen()
/llvm-project/mlir/examples/toy/Ch2/mlir/
H A DMLIRGen.cpp116 mlir::toy::FuncOp mlirGen(PrototypeAST &proto) { in mlirGen()
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DMLIRGen.cpp116 mlir::toy::FuncOp mlirGen(PrototypeAST &proto) { in mlirGen()
/llvm-project/mlir/examples/toy/Ch4/mlir/
H A DMLIRGen.cpp116 mlir::toy::FuncOp mlirGen(PrototypeAST &proto) { in mlirGen()
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DMLIRGen.cpp173 mlir::toy::FuncOp mlirGen(PrototypeAST &proto) { in mlirGen()
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py391 def __init__(self, family, type, proto, addr): argument

12