Home
last modified time | relevance | path

Searched refs:isReference (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyTypedefDumper.cpp62 if (Symbol.isReference()) in dump()
68 Printer << ((Symbol.isReference()) ? "&" : "*"); in dump()
H A DPrettyFunctionDumper.cpp250 Symbol.isReference() ? PointerType::Reference : PointerType::Pointer; in dump()
258 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
H A DPrettyTypeDumper.cpp319 Symbol.isReference() ? FunctionDumper::PointerType::Reference in dump()
337 if (Symbol.isReference()) in dump()
H A DPrettyVariableDumper.cpp190 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp56 dumpSymbolField(OS, "reference", isReference(), Indent); in dump()
108 bool NativeTypePointer::isReference() const { in isReference() function in NativeTypePointer
H A DNativeRawSymbol.cpp661 bool NativeRawSymbol::isReference() const { in isReference() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypePointer.h31 FORWARD_SYMBOL_METHOD(isReference)
H A DPDBSymbolTypeTypedef.h39 FORWARD_SYMBOL_METHOD(isReference)
H A DIPDBRawSymbol.h238 virtual bool isReference() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h39 bool isReference() const override;
H A DNativeRawSymbol.h212 bool isReference() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h207 bool isReference() const override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h3510 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 DCGExprComplex.cpp129 if (Constant.isReference()) in emitConstant()
H A DCGExpr.cpp1503 if (Constant.isReference()) in emitScalarConstant()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp404 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 DPDBASTParser.cpp733 if (pointer_type->isReference()) in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1195 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1826 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()