Searched refs:getProto (Results 1 - 7 of 7) sorted by relevance

/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h50 const PrototypeAST& getProto() const;
H A Dtoy.cpp1028 const PrototypeAST& FunctionAST::getProto() const { function in class:FunctionAST
1107 FunctionProtos[FnAST->getProto().getName()] =
1108 llvm::make_unique<PrototypeAST>(FnAST->getProto());
1133 llvm::make_unique<PrototypeAST>(FnAST->getProto());
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A DKaleidoscopeJIT.h52 const PrototypeAST& getProto() const;
H A Dtoy.cpp1050 const PrototypeAST& FunctionAST::getProto() const { function in class:FunctionAST
1129 FunctionProtos[FnAST->getProto().getName()] =
1130 llvm::make_unique<PrototypeAST>(FnAST->getProto());
1155 llvm::make_unique<PrototypeAST>(FnAST->getProto());
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp395 std::string getProto() const { return Proto; } function in class:__anon3371::Intrinsic
2027 if (Def->getProto()[0] == 'v' ||
2028 isFloatingPointProtoModifier(Def->getProto()[0]))
2036 std::string Proto = Def->getProto();
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
H A Dsta_network.h133 Return<void> getProto(getProto_cb _hidl_cb) override;
H A Dsta_network.cpp391 Return<void> StaNetwork::getProto(getProto_cb _hidl_cb) function in class:android::hardware::wifi::supplicant::V1_0::implementation::StaNetwork

Completed in 1244 milliseconds