Home
last modified time | relevance | path

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

12

/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h175 explicit Twine(NodeKind Kind) : LHSKind(Kind) { in Twine() function
180 explicit Twine(const Twine &LHS, const Twine &RHS) in Twine() function
188 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind) in Twine() function
262 /*implicit*/ Twine() { in Twine() function
273 /*implicit*/ Twine(const char *Str) { in Twine() function
287 /*implicit*/ Twine(const std::string &Str) : LHSKind(StdStringKind) { in Twine() function
296 /*implicit*/ Twine(const std::string_view &Str) in Twine() function
304 /*implicit*/ Twine(const StringRef &Str) : LHSKind(PtrAndLengthKind) { in Twine() function
311 /*implicit*/ Twine(const StringLiteral &Str) in Twine() function
319 /*implicit*/ Twine(const SmallVectorImpl<char> &Str) in Twine() function
[all …]
/llvm-project/clang/test/CodeGenCXX/
H A Dconstructor-convert.cpp4 class Twine { class
6 Twine(const char *Str) { } in Twine() function in Twine
/llvm-project/llvm/include/llvm/IR/
H A DMangler.h25 class Twine; variable
H A DDiagnosticPrinter.h27 class Twine; variable
H A DGlobalAlias.h24 class Twine; variable
H A DGlobalIFunc.h28 class Twine; variable
H A DLLVMContext.h37 class Twine; variable
H A DMatrixBuilder.h30 class Twine; variable
/llvm-project/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h21 class Twine; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvm/
H A Dtwine-local.cpp4 class Twine { class
/llvm-project/lld/include/lld/Common/
H A DLLVM.h29 class Twine; variable
/llvm-project/llvm/include/llvm/Support/
H A DErrorHandling.h21 class Twine; variable
H A DFileCollector.h20 class Twine; variable
H A DThreading.h49 class Twine; global() variable
/llvm-project/lldb/include/lldb/Utility/
H A DDataBufferLLVM.h21 class Twine; variable
/llvm-project/clang/include/clang/Basic/
H A DLLVM.h29 class Twine; variable
/llvm-project/llvm/include/llvm/Object/
H A DError.h21 class Twine; variable
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h26 class Twine; global() variable
/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.h28 class Twine; variable
/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h28 class Twine; variable
/llvm-project/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp30 llvm::Twine Twine = TempTwine + "baz"; variable
/llvm-project/mlir/include/mlir/Support/
H A DLLVM.h44 class Twine; variable
/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h19 class Twine; variable
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h16 class Twine; variable
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h53 class Twine; global() variable
[all...]

12