Home
last modified time | relevance | path

Searched refs:Representation (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/AST/
H A DNestedNameSpecifier.cpp508 : Representation(Other.Representation) { in NestedNameSpecifierLocBuilder()
527 Representation = Other.Representation; in operator =()
567 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
580 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
592 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
604 Representation = NestedNameSpecifier::Create(Context, Representation, Alias); in Extend()
634 Representation = Qualifier; in MakeTrivial()
677 Representation = nullptr; in Adopt()
685 Representation = Other.getNestedNameSpecifier(); in Adopt()
693 if (!Representation) in getWithLocInContext()
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptToken.cpp34 static bool rcGetAsInteger(StringRef Representation, uint32_t &Num) { in rcGetAsInteger() argument
35 size_t Length = Representation.size(); in rcGetAsInteger()
39 if (std::toupper(Representation.back()) == 'L') in rcGetAsInteger()
40 Representation = Representation.drop_back(1); in rcGetAsInteger()
42 return !Representation.getAsInteger<uint32_t>(0, Num); in rcGetAsInteger()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DContinuousRangeMap.h46 using Representation = SmallVector<value_type, InitialCapacity>;
48 Representation Rep;
85 using iterator = typename Representation::iterator;
86 using const_iterator = typename Representation::const_iterator;
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dtypes-ptr-to-member.ll39 ; CHECK: Representation: SingleInheritanceData (0x1)
52 ; CHECK: Representation: MultipleInheritanceData (0x2)
65 ; CHECK: Representation: VirtualInheritanceData (0x3)
78 ; CHECK: Representation: GeneralData (0x4)
94 ; CHECK: Representation: SingleInheritanceFunction (0x5)
107 ; CHECK: Representation: MultipleInheritanceFunction (0x6)
120 ; CHECK: Representation: VirtualInheritanceFunction (0x7)
133 ; CHECK: Representation: GeneralFunction (0x8)
148 ; CHECK: Representation: Unknown (0x0)
163 ; CHECK: Representation: Unknown (0x0)
H A Dtypes-basic.ll103 ; CHECK: Representation: GeneralData (0x4)
179 ; CHECK: Representation: GeneralFunction (0x8)
404 ; ASM: .short 0x4 # Representation: GeneralData
469 ; ASM: .short 0x8 # Representation: GeneralFunction
H A Dtype-quals.ll333 ; CHECK: Representation: SingleInheritanceData (0x1)
347 ; CHECK: Representation: SingleInheritanceFunction (0x5)
/llvm-project-15.0.7/clang/include/clang/AST/
H A DNestedNameSpecifier.h359 NestedNameSpecifier *Representation = nullptr; variable
390 NestedNameSpecifier *getRepresentation() const { return Representation; } in getRepresentation()
484 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange(); in getSourceRange()
500 return NestedNameSpecifierLoc(Representation, Buffer); in getTemporary()
506 Representation = nullptr; in Clear()
H A DFormatString.h35 OptionalFlag(const char *Representation) in OptionalFlag() argument
36 : representation(Representation), flag(false) {} in OptionalFlag()
/llvm-project-15.0.7/mlir/
H A DREADME.md1 # Multi-Level Intermediate Representation
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DCMakeLists.txt15 Representation.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/
H A DBUILD.gn26 "Representation.cpp",
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp32 class Representation {}; class
33 friend class Representation;
/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/docs/
H A Dhtr.rst1 Hierarchical Trace Representation (HTR)
3 … massive traces by extracting useful information. Hierarchical Trace Representation (HTR) is the w…
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h105 PointerToMemberRepresentation Representation) in MemberPointerInfo() argument
106 : ContainingType(ContainingType), Representation(Representation) {} in MemberPointerInfo()
110 return Representation; in getRepresentation()
114 PointerToMemberRepresentation Representation = variable
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A DMETA.llvm.in107 description = "Intermediate Representation Linker for LLVM"
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp424 IO, uint16_t(M.Representation), makeArrayRef(getPtrMemberRepNames()))); in visitKnownRecord()
425 error(IO.mapEnum(M.Representation, in visitKnownRecord()
/llvm-project-15.0.7/lldb/docs/
H A Dindex.rst48 - Evaluate expression Intermediate Representation (IR) when JIT can't be used
/llvm-project-15.0.7/llvm/docs/
H A DPointerAuth.md25 ## LLVM IR Representation
H A DStatepoints.rst128 Explicit Representation
774 Lowering Quality and Representation Overhead
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DMLIRForGraphAlgorithms.md31 Representation". Its high-level purpose is to provide mechanics for describing
115 ### A Lossless Human Editable Textual Representation
H A DRationale.md31 The Multi-Level Intermediate Representation (MLIR) is intended for easy
201 [SIL Intermediate Representation](https://github.com/apple/swift/blob/main/docs/SIL.rst),
739 #### Schedule Tree Representation for Affine Regions
/llvm-project-15.0.7/mlir/docs/
H A DQuantization.md57 …ero point*, to a scaled value](https://en.wikipedia.org/wiki/Affine_transformation#Representation).
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp392 IO.mapRequired("Representation", MPI.Representation); in mapping()
/llvm-project-15.0.7/clang/docs/
H A DConstantInterpreter.rst57 Representation for boolean types, essentially a 1-bit unsigned
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Ddoc.md.in197 ## Representation Details

12