| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 508 : 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 D | ResourceScriptToken.cpp | 34 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 D | ContinuousRangeMap.h | 46 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 D | types-ptr-to-member.ll | 39 ; 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 D | types-basic.ll | 103 ; CHECK: Representation: GeneralData (0x4) 179 ; CHECK: Representation: GeneralFunction (0x8) 404 ; ASM: .short 0x4 # Representation: GeneralData 469 ; ASM: .short 0x8 # Representation: GeneralFunction
|
| H A D | type-quals.ll | 333 ; CHECK: Representation: SingleInheritanceData (0x1) 347 ; CHECK: Representation: SingleInheritanceFunction (0x5)
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 359 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 D | FormatString.h | 35 OptionalFlag(const char *Representation) in OptionalFlag() argument 36 : representation(Representation), flag(false) {} in OptionalFlag()
|
| /llvm-project-15.0.7/mlir/ |
| H A D | README.md | 1 # Multi-Level Intermediate Representation
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | CMakeLists.txt | 15 Representation.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/ |
| H A D | BUILD.gn | 26 "Representation.cpp",
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.friend/ |
| H A D | p1.cpp | 32 class Representation {}; class 33 friend class Representation;
|
| /llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/docs/ |
| H A D | htr.rst | 1 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 D | TypeRecord.h | 105 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 D | META.llvm.in | 107 description = "Intermediate Representation Linker for LLVM"
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 424 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 D | index.rst | 48 - Evaluate expression Intermediate Representation (IR) when JIT can't be used
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | PointerAuth.md | 25 ## LLVM IR Representation
|
| H A D | Statepoints.rst | 128 Explicit Representation 774 Lowering Quality and Representation Overhead
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | MLIRForGraphAlgorithms.md | 31 Representation". Its high-level purpose is to provide mechanics for describing 115 ### A Lossless Human Editable Textual Representation
|
| H A D | Rationale.md | 31 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 D | Quantization.md | 57 …ero point*, to a scaled value](https://en.wikipedia.org/wiki/Affine_transformation#Representation).
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 392 IO.mapRequired("Representation", MPI.Representation); in mapping()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ConstantInterpreter.rst | 57 Representation for boolean types, essentially a 1-bit unsigned
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | doc.md.in | 197 ## Representation Details
|