Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d94 refs = eb.param.isReference(); in checkMutableArguments()
393 if ((v.isReference() || v.isScope()) && p == sc.func) in checkParamArgumentEscape()
439 if (!arg.type.hasPointers() && !param.isReference()) in checkParamArgumentReturn()
446 const byRef = param.isReference() && !(param.storageClass & STC.scope_) in checkParamArgumentReturn()
588 (va.isReference() || va.type.toBasetype().isTypeClass()); // ref, out, or class in checkAssignEscape()
760 if (va && va.isScope() && !v.isReference()) in checkAssignEscape()
796 …(va.enclosesLifetimeOf(v) || (va.isReference() && !(va.storage_class & STC.temp)) || va.isDataseg(… in checkAssignEscape()
808 if ((global.params.useDIP1000 != FeatureState.enabled && v.isReference()) || p != sc.func) in checkAssignEscape()
855 if (!(v.isReference() || v.isScope()) || p != fd) in checkAssignEscape()
1083 if (!v.isReference()) in checkNewEscape()
[all …]
H A Doptimize.d458 if (!ve.var.isReference() && !ve.var.isImportedSymbol()) in Expression_optimize()
494 if (!ve.var.isReference() && in Expression_optimize()
510 if (!se.var.isReference() && in Expression_optimize()
523 if (!ve.var.isReference() && in Expression_optimize()
745 bool keep = p && p.isReference(); in Expression_optimize()
H A Ddeclaration.h152 bool isReference() const { return (storage_class & (STCref | STCout)) != 0; } in isReference() function
H A Dmtype.d4409 if (fparam.isReference()) in parameterStorageClass()
4562 const rv = !arg.isLvalue() && par.isReference(); in getParamError()
4662 const isRef = p.isReference();
4715 const isRef = p.isReference();
4812 if (p.isReference())
6831 bool isReference() const @safe pure nothrow @nogc in isReference() function
H A Dob.d1741 if (v.isReference()) in toPtrState()
1769 if (v.isReference()) in hasPointersToMutableFields()
H A Ddinterpret.d365 assert(!v.isReference()); in pop()
482 if (fparam.isReference()) in interpretFunction()
575 if (fparam.isReference() && earg.op == EXP.variable && in interpretFunction()
2165 if (goal != CTFEGoal.LValue && v.isReference()) in getVarExp()
6948 const wantRefValue = fparam.isReference(); in interpret_aaApply()
H A Dtypesem.d1274 const isRefOrOut = fparam.isReference(); in typeSemantic()
1413 else if (!fparam.isReference() && in typeSemantic()
1439 if (fparam.isReference()) in typeSemantic()
H A Dstatementsem.d995 if (fs.key.isReference()) in package()
1028 if (fs.value.isReference()) in package()
1056 const valueIsRef = (*fs.parameters)[$ - 1].isReference(); in package()
H A Dfunc.d1039 if (p.isReference()) in leastAsSpecialized()
2815 if (!v || v.isReference()) in checkNRVO()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h38 bool isReference() const override;
H A DNativeRawSymbol.h211 bool isReference() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h206 bool isReference() const override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h3870 ConstantEmission(llvm::Constant *C, bool isReference)
3871 : ValueAndIsReference(C, isReference) {}
3885 bool isReference() const { return ValueAndIsReference.getInt(); }
3887 assert(isReference());
3893 assert(!isReference());
H A DCGExprComplex.cpp133 if (Constant.isReference()) in emitConstant()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp408 bool isReference() { return !Exp; } in isReference() function
686 assert(VDef->isReference()); in intersectBackEdge()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1194 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol

12