HomeSort by: relevance | last modified time | path
    Searched defs:Reference (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
SortJavaScriptImports.cpp 52 // An ES6 module reference.
55 // can reference other modules, either importing symbols from them, or exporting
93 // reference needs re-formatting.
159 JsModuleReference Reference = References[I];
160 appendReference(ReferencesText, Reference);
166 if (!Reference.IsExport &&
167 (Reference.IsExport != References[I + 1].IsExport ||
168 Reference.Category != References[I + 1].Category))
292 auto *Reference = std::next(References.begin());
293 while (Reference != References.end())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 47 struct Reference {
48 Reference() = default;
50 Reference &operator|=(const Reference &Other) {
84 Reference getRegReferences(MachineInstr &MI, unsigned Reg);
142 Reference SystemZElimCompare::getRegReferences(MachineInstr &MI, unsigned Reg) {
143 Reference Ref;
528 Reference CCRefs;
529 Reference SrcRefs;
  /src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h 102 Reference = 1 << 2,
  /src/sys/external/bsd/acpica/dist/include/
acbuffer.h 142 UINT8 Reference;
acobject.h 436 * The Reference object is used for these opcodes:
438 * The Reference.Class differentiates these types.
443 UINT8 Class; /* Reference Class */
445 UINT8 Resolved; /* Reference has been resolved to a value */
455 /* Values for Reference.Class above */
464 ACPI_REFCLASS_NAME = 5, /* Reference to a named object */
540 ACPI_OBJECT_REFERENCE Reference;
actypes.h 972 * element or an unresolved named reference.
1008 ACPI_HANDLE Handle; /* object reference */
1009 } Reference;
actbl2.h 823 UINT32 OutputReference; /* A reference to the output node */
2190 UINT32 Reference;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 55 enum class PointerAffinity { None, Pointer, Reference, RValueReference };
56 enum class FunctionRefQualifier { None, Reference, RValueReference };
464 // Is this a pointer, reference, or rvalue-reference?
470 // Represents a type X in "a pointer to X", "a reference to X", or
471 // "rvalue-reference to X"
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1177 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe
1219 /// True if this is an lvalue reference, false if it's an rvalue reference.
1290 /// Whether the ref-qualifier (if any) is an lvalue reference.
1291 /// Otherwise, it's an rvalue reference.
1563 case DeclaratorChunk::Reference: return Ref.destroy();
1596 /// Return a DeclaratorChunk for a reference.
1600 I.Kind = Reference;
2209 /// This function takes attrs by R-Value reference because it takes ownership
2296 /// If true is returned, then the reference type parameter idx i
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 412 case DeclaratorChunk::Reference:
426 case DeclaratorChunk::Reference:
505 case DeclaratorChunk::Reference:
534 case DeclaratorChunk::Reference:
597 case DeclaratorChunk::Reference:
1798 // reference type could be formed, so the 'ill-formed' clause here appears
1851 // Ignore any attempt to form a cv-qualified reference.
1873 // If we have a pointer or reference, the pointee must have an object
1898 // Ignore any attempt to form a cv-qualified reference.
1942 /// Given that we're building a pointer or reference to the give
    [all...]

Completed in 48 milliseconds