/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/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;
|
/freebsd/contrib/llvm-project/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;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.h | 206 bool isReference() const override;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 4300 ConstantEmission(llvm::Constant *C, bool isReference) 4301 : ValueAndIsReference(C, isReference) {} 4315 bool isReference() const { return ValueAndIsReference.getInt(); } 4317 assert(isReference()); 4323 assert(!isReference());
|
H A D | CGExprComplex.cpp | 138 if (Constant.isReference()) in emitConstant()
|
H A D | CGStmtOpenMP.cpp | 886 if (CE && !CE.isReference()) { in EmitOMPFirstprivateClause() 892 if (CE && CE.isReference()) { in EmitOMPFirstprivateClause()
|
H A D | CGExpr.cpp | 1834 if (Constant.isReference()) in emitScalarConstant()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 1194 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 766 if (pointer_type->isReference()) in CreateLLDBTypeFromPDBType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 1661 bool isReference) { in inferARCLifetimeForPointee() argument 1697 diag::err_arc_indirect_no_ownership, type, isReference)); in inferARCLifetimeForPointee() 1699 S.Diag(loc, diag::err_arc_indirect_no_ownership) << type << isReference; in inferARCLifetimeForPointee()
|