Home
last modified time | relevance | path

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

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