Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypedefDumper.cpp63 if (Symbol.isReference()) in dump()
69 Printer << ((Symbol.isReference()) ? "&" : "*"); in dump()
H A DPrettyFunctionDumper.cpp253 Symbol.isReference() ? PointerType::Reference : PointerType::Pointer; in dump()
261 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
H A DPrettyTypeDumper.cpp320 Symbol.isReference() ? FunctionDumper::PointerType::Reference in dump()
338 if (Symbol.isReference()) in dump()
H A DPrettyVariableDumper.cpp191 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
/freebsd/contrib/llvm-project/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.cpp659 bool NativeRawSymbol::isReference() const { in isReference() function in NativeRawSymbol
/freebsd/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.h234 virtual bool isReference() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h38 bool isReference() const override;
H A DNativeRawSymbol.h212 bool isReference() const override;
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h397 ConstantEmission(mlir::TypedAttr c, bool isReference) in ConstantEmission() argument
398 : valueAndIsReference(c, isReference) {} in ConstantEmission()
413 bool isReference() const { return valueAndIsReference.getInt(); } in isReference() function
415 assert(isReference()); in getReferenceLValue()
422 assert(!isReference()); in getValue()
H A DCIRGenExprComplex.cpp154 if (constant.isReference()) in emitConstant()
H A DCIRGenExpr.cpp1805 if (constant.isReference()) { in emitScalarConstant()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h206 bool isReference() const override;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp223 if (!Result.isReference()) in EmitOrigPointerRValue()
H A DCodeGenFunction.h4427 ConstantEmission(llvm::Constant *C, bool isReference)
4428 : ValueAndIsReference(C, isReference) {}
4443 bool isReference() const { return ValueAndIsReference.getInt(); }
4445 assert(isReference());
4451 assert(!isReference());
H A DCGExprComplex.cpp137 if (Constant.isReference()) in emitConstant()
H A DCGStmtOpenMP.cpp924 if (CE && !CE.isReference()) { in EmitOMPFirstprivateClause()
930 if (CE && CE.isReference()) { in EmitOMPFirstprivateClause()
H A DCGExpr.cpp1896 if (Constant.isReference()) in emitScalarConstant()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp415 bool isReference() const { return !Exp; } in isReference() function
691 assert(VDef->isReference()); in intersectBackEdge()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1194 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp765 if (pointer_type->isReference()) in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1685 bool isReference) { in inferARCLifetimeForPointee() argument
1721 diag::err_arc_indirect_no_ownership, type, isReference)); in inferARCLifetimeForPointee()
1723 S.Diag(loc, diag::err_arc_indirect_no_ownership) << type << isReference; in inferARCLifetimeForPointee()