Home
last modified time | relevance | path

Searched defs:Reference (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp38 struct Reference { struct
39 Reference() in Reference() argument
42 Reference &operator|=(const Reference &Other) { in operator |=()
50 LLVM_EXPLICIT operator bool() const { return Def || Use; } in operator bool()
54 bool Def;
55 bool Use;
59 bool IndirectDef;
60 bool IndirectUse;
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dast-print.cpp10 struct Reference struct
17 Reference r; in test1() argument
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp165 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr()
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dconstexpr-instantiate.cpp69 namespace Reference { namespace
/minix3/minix/drivers/power/acpi/include/
H A Dacbuffer.h142 UINT8 Reference; member
H A Dacobject.h529 ACPI_OBJECT_REFERENCE Reference; member
H A Dactypes.h937 } Reference; member
/minix3/external/bsd/llvm/dist/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp208 TEST(DIEHashTest, Reference) { in TEST() argument
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DCFLAliasAnalysis.cpp115 Reference enumerator
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1065 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren enumerator
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4251 Reference, enumerator
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1226 StatementMatcher Reference = in TEST() local