Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
613 assert(!Representation && "Already have a nested-name-specifier!?"); in MakeGlobal()
614 Representation = NestedNameSpecifier::GlobalSpecifier(Context); in MakeGlobal()
624 Representation = NestedNameSpecifier::SuperSpecifier(Context, RD); in MakeSuper()
634 Representation = Qualifier; in MakeTrivial()
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/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.h36 OptionalFlag(const char *Representation) in OptionalFlag() argument
37 : representation(Representation), flag(false) {} in OptionalFlag()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/
H A DBUILD.gn26 "Representation.cpp",
/openbsd-src/gnu/llvm/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…
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A DMETA.llvm.in107 description = "Intermediate Representation Linker for LLVM"
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp423 IO, uint16_t(M.Representation), ArrayRef(getPtrMemberRepNames()))); in visitKnownRecord()
424 error(IO.mapEnum(M.Representation, in visitKnownRecord()
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgccint.texi111 * Loop Analysis and Representation:: Analysis and representation of loops
H A Dloop.texi7 @c Loop Representation
10 @node Loop Analysis and Representation
11 @chapter Analysis and Representation of Loops
20 * Loop representation:: Representation and analysis of loops.
H A Dcfg.texi27 * Profile information:: Representation of frequencies and probabilities.
H A Dcppinternals.texi838 @section Representation of line numbers
H A Dcppinternals.info786 Representation of line numbers
/openbsd-src/gnu/llvm/lldb/docs/
H A Dindex.rst48 - Evaluate expression Intermediate Representation (IR) when JIT can't be used
/openbsd-src/gnu/llvm/llvm/docs/
H A DPointerAuth.md25 ## LLVM IR Representation
H A DStatepoints.rst128 Explicit Representation
774 Lowering Quality and Representation Overhead
H A DCoverageMappingFormat.rst225 LLVM IR Representation
H A DAliasAnalysis.rst56 Representation of Pointers
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp392 IO.mapRequired("Representation", MPI.Representation); in mapping()
/openbsd-src/gnu/llvm/clang/docs/
H A DConstantInterpreter.rst57 Representation for boolean types, essentially a 1-bit unsigned
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp531 switch (mpi.Representation) { in CreatePointerType()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl02.rst714 Intermediate Representation (IR) from the AST.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcppinternals.texi838 @section Representation of line numbers

12