Searched defs:getCppName (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
H A DCPPBackend.cpp136 std::string getCppName(Type* val);
139 std::string getCppName(const Value* val);
332 std::string CppWriter::getCppName(Type* Ty) { function in class:CppWriter
387 printEscapedString(getCppName(Ty));
390 std::string CppWriter::getCppName(const Value* val) { function in class:CppWriter
432 printEscapedString(getCppName(val));
505 std::string typeName(getCppName(Ty));
518 std::string argName(getCppName(argTy));
524 std::string retTypeName(getCppName(FT->getReturnType()));
561 std::string fieldName(getCppName(fieldT
[all...]

Completed in 187 milliseconds