Searched refs:PrintType (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dssltrace.c74 static void PrintType(sslSocket *ss, char *msg) function
142 PrintType(ss, "Error");
152 PrintType(ss, "Client-Hello");
168 PrintType(ss, "Client-Master-Key");
179 PrintType(ss, "Client-Finished");
188 PrintType(ss, "Server-Hello");
200 PrintType(ss, "Server-Verify");
204 PrintType(ss, "Server-Finished");
208 PrintType(ss, "Request-Certificate");
216 PrintType(s
[all...]
/external/llvm/lib/IR/
H A DAsmWriter.h93 void writeOperand(const Value *Op, bool PrintType);
H A DAsmWriter.cpp1198 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { argument
1203 if (PrintType) {
2266 void Value::printAsOperand(raw_ostream &O, bool PrintType, const Module *M) const { argument
2269 if (!PrintType &&
2282 if (PrintType) {
/external/llvm/include/llvm/IR/
H A DValue.h203 void printAsOperand(raw_ostream &O, bool PrintType = true,
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h638 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
/external/lldb/source/Expression/
H A DIRInterpreter.cpp49 PrintType(const Type *type, bool truncate = false) function
541 log->Printf("Unsupported operand type: %s", PrintType(operand_type).c_str());
H A DIRForTarget.cpp134 PrintType(const llvm::Type *type, bool truncate = false) function
1549 PrintType(value_type).c_str(),
/external/clang/tools/c-index-test/
H A Dc-index-test.c1226 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, function
4077 PrintType, 0);

Completed in 743 milliseconds