Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyTypedefDumper.cpp61 if (Symbol.isReference()) in dump()
67 Printer << ((Symbol.isReference()) ? "&" : "*"); in dump()
DPrettyFunctionDumper.cpp250 Symbol.isReference() ? PointerType::Reference : PointerType::Pointer; in dump()
258 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
DPrettyTypeDumper.cpp318 Symbol.isReference() ? FunctionDumper::PointerType::Reference in dump()
336 if (Symbol.isReference()) in dump()
DPrettyVariableDumper.cpp189 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp55 dumpSymbolField(OS, "reference", isReference(), Indent); in dump()
107 bool NativeTypePointer::isReference() const { in isReference() function in NativeTypePointer
DNativeRawSymbol.cpp660 bool NativeRawSymbol::isReference() const { in isReference() function in NativeRawSymbol
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypePointer.h30 FORWARD_SYMBOL_METHOD(isReference)
DPDBSymbolTypeTypedef.h38 FORWARD_SYMBOL_METHOD(isReference)
DIPDBRawSymbol.h233 virtual bool isReference() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypePointer.h38 bool isReference() const override;
DNativeRawSymbol.h211 bool isReference() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h206 bool isReference() const override;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h3871 ConstantEmission(llvm::Constant *C, bool isReference)
3872 : ValueAndIsReference(C, isReference) {}
3886 bool isReference() const { return ValueAndIsReference.getInt(); }
3888 assert(isReference());
3894 assert(!isReference());
DCGExprComplex.cpp133 if (Constant.isReference()) in emitConstant()
DCGStmtOpenMP.cpp854 if (CE && !CE.isReference()) { in EmitOMPFirstprivateClause()
860 if (CE && CE.isReference()) { in EmitOMPFirstprivateClause()
DCGExpr.cpp1591 if (Constant.isReference()) in emitScalarConstant()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DThreadSafety.cpp408 bool isReference() { return !Exp; } in isReference() function
686 assert(VDef->isReference()); in intersectBackEdge()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp761 if (pointer_type->isReference()) in CreateLLDBTypeFromPDBType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1194 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp1969 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()