| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | PrettyTypedefDumper.cpp | 61 if (Symbol.isReference()) in dump() 67 Printer << ((Symbol.isReference()) ? "&" : "*"); in dump()
|
| D | PrettyFunctionDumper.cpp | 250 Symbol.isReference() ? PointerType::Reference : PointerType::Pointer; in dump() 258 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
|
| D | PrettyTypeDumper.cpp | 318 Symbol.isReference() ? FunctionDumper::PointerType::Reference in dump() 336 if (Symbol.isReference()) in dump()
|
| D | PrettyVariableDumper.cpp | 189 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeTypePointer.cpp | 55 dumpSymbolField(OS, "reference", isReference(), Indent); in dump() 107 bool NativeTypePointer::isReference() const { in isReference() function in NativeTypePointer
|
| D | NativeRawSymbol.cpp | 660 bool NativeRawSymbol::isReference() const { in isReference() function in NativeRawSymbol
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| D | PDBSymbolTypePointer.h | 30 FORWARD_SYMBOL_METHOD(isReference)
|
| D | PDBSymbolTypeTypedef.h | 38 FORWARD_SYMBOL_METHOD(isReference)
|
| D | IPDBRawSymbol.h | 233 virtual bool isReference() const = 0;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | NativeTypePointer.h | 38 bool isReference() const override;
|
| D | NativeRawSymbol.h | 211 bool isReference() const override;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| D | DIARawSymbol.h | 206 bool isReference() const override;
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenFunction.h | 3871 ConstantEmission(llvm::Constant *C, bool isReference) 3872 : ValueAndIsReference(C, isReference) {} 3886 bool isReference() const { return ValueAndIsReference.getInt(); } 3888 assert(isReference()); 3894 assert(!isReference());
|
| D | CGExprComplex.cpp | 133 if (Constant.isReference()) in emitConstant()
|
| D | CGStmtOpenMP.cpp | 854 if (CE && !CE.isReference()) { in EmitOMPFirstprivateClause() 860 if (CE && CE.isReference()) { in EmitOMPFirstprivateClause()
|
| D | CGExpr.cpp | 1591 if (Constant.isReference()) in emitScalarConstant()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/ |
| D | ThreadSafety.cpp | 408 bool isReference() { return !Exp; } in isReference() function 686 assert(VDef->isReference()); in intersectBackEdge()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| D | PDBASTParser.cpp | 761 if (pointer_type->isReference()) in CreateLLDBTypeFromPDBType()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| D | DIARawSymbol.cpp | 1194 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaType.cpp | 1969 bool isReference) { in inferARCLifetimeForPointee() argument 2005 diag::err_arc_indirect_no_ownership, type, isReference)); in inferARCLifetimeForPointee() 2007 S.Diag(loc, diag::err_arc_indirect_no_ownership) << type << isReference; in inferARCLifetimeForPointee()
|