Home
last modified time | relevance | path

Searched refs:getProto (Results 1 – 11 of 11) sorted by relevance

/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp1028 const PrototypeAST& FunctionAST::getProto() const { in getProto() function in FunctionAST
1107 FunctionProtos[FnAST->getProto().getName()] = in HandleDefinition()
1108 llvm::make_unique<PrototypeAST>(FnAST->getProto()); in HandleDefinition()
1133 llvm::make_unique<PrototypeAST>(FnAST->getProto()); in HandleTopLevelExpression()
DKaleidoscopeJIT.h50 const PrototypeAST& getProto() const;
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp1037 const PrototypeAST& FunctionAST::getProto() const { in getProto() function in FunctionAST
1116 FunctionProtos[FnAST->getProto().getName()] = in HandleDefinition()
1117 llvm::make_unique<PrototypeAST>(FnAST->getProto()); in HandleDefinition()
1143 llvm::make_unique<PrototypeAST>(FnAST->getProto()); in HandleTopLevelExpression()
DKaleidoscopeJIT.h59 const PrototypeAST& getProto() const;
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp1061 const PrototypeAST& FunctionAST::getProto() const { in getProto() function in FunctionAST
1140 FunctionProtos[FnAST->getProto().getName()] = in HandleDefinition()
1141 llvm::make_unique<PrototypeAST>(FnAST->getProto()); in HandleDefinition()
1167 llvm::make_unique<PrototypeAST>(FnAST->getProto()); in HandleTopLevelExpression()
DKaleidoscopeJIT.h61 const PrototypeAST& getProto() const;
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp1050 const PrototypeAST& FunctionAST::getProto() const { in getProto() function in FunctionAST
1129 FunctionProtos[FnAST->getProto().getName()] = in HandleDefinition()
1130 llvm::make_unique<PrototypeAST>(FnAST->getProto()); in HandleDefinition()
1155 llvm::make_unique<PrototypeAST>(FnAST->getProto()); in HandleTopLevelExpression()
DKaleidoscopeJIT.h52 const PrototypeAST& getProto() const;
/external/clang/utils/TableGen/
DNeonEmitter.cpp395 std::string getProto() const { return Proto; } in getProto() function in __anon56007b1a0111::Intrinsic
2027 if (Def->getProto()[0] == 'v' || in genOverloadTypeCheckCode()
2028 isFloatingPointProtoModifier(Def->getProto()[0])) in genOverloadTypeCheckCode()
2036 std::string Proto = Def->getProto(); in genOverloadTypeCheckCode()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dsta_network.h139 Return<void> getProto(getProto_cb _hidl_cb) override;
Dsta_network.cpp417 Return<void> StaNetwork::getProto(getProto_cb _hidl_cb) in getProto() function in android::hardware::wifi::supplicant::V1_2::implementation::StaNetwork