| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyTypedefDumper.cpp | 63 if (Symbol.isReference()) in dump() 69 Printer << ((Symbol.isReference()) ? "&" : "*"); in dump()
|
| H A D | PrettyFunctionDumper.cpp | 253 Symbol.isReference() ? PointerType::Reference : PointerType::Pointer; in dump() 261 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
|
| H A D | PrettyTypeDumper.cpp | 320 Symbol.isReference() ? FunctionDumper::PointerType::Reference in dump() 338 if (Symbol.isReference()) in dump()
|
| H A D | PrettyVariableDumper.cpp | 191 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 56 dumpSymbolField(OS, "reference", isReference(), Indent); in dump() 108 bool NativeTypePointer::isReference() const { in isReference() function in NativeTypePointer
|
| H A D | NativeRawSymbol.cpp | 659 bool NativeRawSymbol::isReference() const { in isReference() function in NativeRawSymbol
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypePointer.h | 29 FORWARD_SYMBOL_METHOD(isReference)
|
| H A D | PDBSymbolTypeTypedef.h | 37 FORWARD_SYMBOL_METHOD(isReference)
|
| H A D | IPDBRawSymbol.h | 233 virtual bool isReference() const = 0;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.h | 38 bool isReference() const override;
|
| H A D | NativeRawSymbol.h | 211 bool isReference() const override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 206 bool isReference() const override;
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3940 ConstantEmission(llvm::Constant *C, bool isReference) 3941 : ValueAndIsReference(C, isReference) {} 3955 bool isReference() const { return ValueAndIsReference.getInt(); } 3957 assert(isReference()); 3963 assert(!isReference());
|
| H A D | CGExprComplex.cpp | 133 if (Constant.isReference()) in emitConstant()
|
| H A D | CGStmtOpenMP.cpp | 862 if (CE && !CE.isReference()) { in EmitOMPFirstprivateClause() 868 if (CE && CE.isReference()) { in EmitOMPFirstprivateClause()
|
| H A D | CGExpr.cpp | 1583 if (Constant.isReference()) in emitScalarConstant()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 405 bool isReference() { return !Exp; } in isReference() function 682 assert(VDef->isReference()); in intersectBackEdge()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 768 if (pointer_type->isReference()) in CreateLLDBTypeFromPDBType()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 1194 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2031 bool isReference) { in inferARCLifetimeForPointee() argument 2067 diag::err_arc_indirect_no_ownership, type, isReference)); in inferARCLifetimeForPointee() 2069 S.Diag(loc, diag::err_arc_indirect_no_ownership) << type << isReference; in inferARCLifetimeForPointee()
|