Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-visualizer.cc357 void GraphC1Visualizer::PrintType(Node* node) { in PrintType() function in v8::internal::compiler::GraphC1Visualizer
/external/llvm/lib/IR/
DAsmWriter.cpp2084 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
3350 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl()
3364 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand()
3379 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand()
/external/clang/tools/c-index-test/
Dc-index-test.c1300 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, in PrintType() function