| /openbsd-src/gnu/llvm/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() 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 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()
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/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 | 36 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 D | BUILD.gn | 26 "Representation.cpp",
|
| /openbsd-src/gnu/llvm/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…
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | META.llvm.in | 107 description = "Intermediate Representation Linker for LLVM"
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 423 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 D | gccint.texi | 111 * Loop Analysis and Representation:: Analysis and representation of loops
|
| H A D | loop.texi | 7 @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 D | cfg.texi | 27 * Profile information:: Representation of frequencies and probabilities.
|
| H A D | cppinternals.texi | 838 @section Representation of line numbers
|
| H A D | cppinternals.info | 786 Representation of line numbers
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | index.rst | 48 - Evaluate expression Intermediate Representation (IR) when JIT can't be used
|
| /openbsd-src/gnu/llvm/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
|
| H A D | CoverageMappingFormat.rst | 225 LLVM IR Representation
|
| H A D | AliasAnalysis.rst | 56 Representation of Pointers
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 392 IO.mapRequired("Representation", MPI.Representation); in mapping()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ConstantInterpreter.rst | 57 Representation for boolean types, essentially a 1-bit unsigned
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 531 switch (mpi.Representation) { in CreatePointerType()
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl02.rst | 714 Intermediate Representation (IR) from the AST.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | cppinternals.texi | 838 @section Representation of line numbers
|