Home
last modified time | relevance | path

Searched defs:Twine (Results 1 – 19 of 19) sorted by relevance

/external/llvm/include/llvm/ADT/
DTwine.h165 explicit Twine(NodeKind Kind) in Twine() function
171 explicit Twine(const Twine &LHS, const Twine &RHS) in Twine() function
179 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind) in Twine() function
257 /*implicit*/ Twine() : LHSKind(EmptyKind), RHSKind(EmptyKind) { in Twine() function
268 /*implicit*/ Twine(const char *Str) in Twine() function
280 /*implicit*/ Twine(const std::string &Str) in Twine() function
287 /*implicit*/ Twine(const StringRef &Str) in Twine() function
294 /*implicit*/ Twine(const SmallVectorImpl<char> &Str) in Twine() function
301 explicit Twine(char Val) in Twine() function
307 explicit Twine(signed char Val) in Twine() function
[all …]
/external/clang/test/CodeGenCXX/
Dconstructor-convert.cpp4 class Twine { class
6 Twine(const char *Str) { } in Twine() function in Twine
/external/llvm/include/llvm/IR/
DDiagnosticPrinter.h26 class Twine; variable
DMangler.h25 class Twine; variable
DLLVMContext.h27 class Twine; variable
DDiagnosticInfo.h32 class Twine; variable
DValue.h42 class Twine; variable
/external/llvm/include/llvm/Support/
DErrorHandling.h23 class Twine; variable
DSourceMgr.h30 class Twine; variable
DYAMLParser.h51 class Twine; variable
/external/clang/include/clang/Basic/
DLLVM.h30 class Twine; variable
/external/llvm/tools/llvm-diff/
DDifferenceEngine.h30 class Twine; variable
/external/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h18 class Twine; variable
DMCAsmParser.h31 class Twine; variable
/external/llvm/include/llvm/MC/
DMCStreamer.h40 class Twine; variable
/external/llvm/lib/TableGen/
DTGLexer.h27 class Twine; variable
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h48 class Twine; variable
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h60 operator Twine() { return Message; } in Twine() function
/external/clang/lib/CodeGen/
DCodeGenFunction.h45 class Twine; variable