| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.h | 39 bool isReference() const override;
|
| H A D | NativeRawSymbol.h | 211 bool isReference() const override;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 206 bool isReference() const override;
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/ |
| H A D | PDBApiTest.cpp | 381 MOCK_SYMBOL_ACCESSOR(isReference)
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3937 ConstantEmission(llvm::Constant *C, bool isReference) 3938 : ValueAndIsReference(C, isReference) {} 3952 bool isReference() const { return ValueAndIsReference.getInt(); } 3954 assert(isReference()); 3960 assert(!isReference());
|
| H A D | CGExprComplex.cpp | 133 if (Constant.isReference()) in emitConstant()
|
| H A D | CGStmtOpenMP.cpp | 860 if (CE && !CE.isReference()) { in EmitOMPFirstprivateClause() 866 if (CE && CE.isReference()) { in EmitOMPFirstprivateClause()
|
| H A D | CGExpr.cpp | 1623 if (Constant.isReference()) in emitScalarConstant()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 405 bool isReference() { return !Exp; } in isReference() function 682 assert(VDef->isReference()); in intersectBackEdge()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 763 if (pointer_type->isReference()) in CreateLLDBTypeFromPDBType()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 1194 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2009 bool isReference) { in inferARCLifetimeForPointee() argument 2045 diag::err_arc_indirect_no_ownership, type, isReference)); in inferARCLifetimeForPointee() 2047 S.Diag(loc, diag::err_arc_indirect_no_ownership) << type << isReference; in inferARCLifetimeForPointee()
|