Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h171 explicit Twine(NodeKind Kind) : LHSKind(Kind) { Twine() function
176 explicit Twine(const Twine &LHS, const Twine &RHS) Twine() function
184 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind) Twine() function
258 /*implicit*/ Twine() { Twine() function
269 /*implicit*/ Twine(const char *Str) { Twine() function
283 /*implicit*/ Twine(const std::string &Str) : LHSKind(StdStringKind) { Twine() function
292 /*implicit*/ Twine(const std::string_view &Str) Twine() function
300 /*implicit*/ Twine(const StringRef &Str) : LHSKind(PtrAndLengthKind) { Twine() function
307 /*implicit*/ Twine(const SmallVectorImpl<char> &Str) Twine() function
315 /*implicit*/ Twine(const formatv_object_base &Fmt) Twine() function
322 explicit Twine(char Val) : LHSKind(CharKind) { Twine() function
327 explicit Twine(signed char Val) : LHSKind(CharKind) { Twine() function
332 explicit Twine(unsigned char Val) : LHSKind(CharKind) { Twine() function
337 explicit Twine(unsigned Val) : LHSKind(DecUIKind) { Twine() function
342 explicit Twine(int Val) : LHSKind(DecIKind) { Twine() function
347 explicit Twine(const unsigned long &Val) : LHSKind(DecULKind) { Twine() function
352 explicit Twine(const long &Val) : LHSKind(DecLKind) { Twine() function
357 explicit Twine(const unsigned long long &Val) : LHSKind(DecULLKind) { Twine() function
362 explicit Twine(const long long &Val) : LHSKind(DecLLKind) { Twine() function
372 /*implicit*/ Twine(const char *LHS, const StringRef &RHS) Twine() function
381 /*implicit*/ Twine(const StringRef &LHS, const char *RHS) Twine() function
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h21 class Twine; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticPrinter.h27 class Twine; variable
H A DMangler.h25 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
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h29 class Twine; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBufferLLVM.h21 class Twine; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLLVM.h29 class Twine; variable
H A DCuda.h14 class Twine; variable
/freebsd/contrib/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; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h21 class Twine; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.h28 class Twine; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h25 class Twine; global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h28 class Twine; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h19 class Twine; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h16 class Twine; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h53 class Twine; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h33 class Twine; variable
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h23 class Twine; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h252 class Twine; variable

12