Home
last modified time | relevance | path

Searched defs:PrintType (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/test/cpp/util/
Dgrpc_tool.cc422 bool GrpcTool::PrintType(int argc, const char** argv, in PrintType() function in grpc::testing::GrpcTool
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1079 bool PrintType, const Module *Context) { in WriteAsOperand()
1147 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
/external/llvm/lib/IR/
DAsmWriter.cpp2135 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
3454 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl()
3468 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand()
3483 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2398 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
4131 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl()
4143 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand()
4158 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand()
/external/v8/src/compiler/
Dgraph-visualizer.cc555 void GraphC1Visualizer::PrintType(Node* node) { in PrintType() function in v8::internal::compiler::GraphC1Visualizer
/external/clang/lib/AST/
DASTDiagnostic.cpp1723 bool PrintType = IsValidFromInt && IsValidToInt && in PrintAPSInt() local
1741 QualType IntType, bool PrintType) { in PrintAPSInt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h521 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand()
/external/clang/tools/c-index-test/
Dc-index-test.c1316 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, in PrintType() function