| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyTypedefDumper.cpp | 62 if (Symbol.isReference()) in dump() 68 Printer << ((Symbol.isReference()) ? "&" : "*"); in dump()
|
| H A D | PrettyFunctionDumper.cpp | 250 Symbol.isReference() ? PointerType::Reference : PointerType::Pointer; in dump() 258 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
|
| H A D | PrettyTypeDumper.cpp | 319 Symbol.isReference() ? FunctionDumper::PointerType::Reference in dump() 337 if (Symbol.isReference()) in dump()
|
| H A D | PrettyVariableDumper.cpp | 190 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
|
| /freebsd-12.1/contrib/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 | 661 bool NativeRawSymbol::isReference() const { in isReference() function in NativeRawSymbol
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypePointer.h | 31 FORWARD_SYMBOL_METHOD(isReference)
|
| H A D | PDBSymbolTypeTypedef.h | 39 FORWARD_SYMBOL_METHOD(isReference)
|
| H A D | IPDBRawSymbol.h | 238 virtual bool isReference() const = 0;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.h | 39 bool isReference() const override;
|
| H A D | NativeRawSymbol.h | 212 bool isReference() const override;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 207 bool isReference() const override;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3510 ConstantEmission(llvm::Constant *C, bool isReference) 3511 : ValueAndIsReference(C, isReference) {} 3525 bool isReference() const { return ValueAndIsReference.getInt(); } 3527 assert(isReference()); 3533 assert(!isReference());
|
| H A D | CGExprComplex.cpp | 129 if (Constant.isReference()) in emitConstant()
|
| H A D | CGExpr.cpp | 1503 if (Constant.isReference()) in emitScalarConstant()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 404 bool isReference() { return !Exp; } in isReference() function 682 assert(VDef->isReference()); in intersectBackEdge()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 733 if (pointer_type->isReference()) in CreateLLDBTypeFromPDBType()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 1195 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1826 bool isReference) { in inferARCLifetimeForPointee() argument 1862 diag::err_arc_indirect_no_ownership, type, isReference)); in inferARCLifetimeForPointee() 1864 S.Diag(loc, diag::err_arc_indirect_no_ownership) << type << isReference; in inferARCLifetimeForPointee()
|