Searched refs:ByRef (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dpass-by-ref-2.cc30 class ByRef { class
32 ByRef (void);
34 ByRef (const ByRef &rhs);
39 ByRef::ByRef (void) function in class:ByRef
44 ByRef::ByRef (const ByRef &rhs) function in class:ByRef
46 x = 3; /* ByRef
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpass-by-ref-2.cc30 class ByRef { class
32 ByRef (void);
34 ByRef (const ByRef &rhs);
39 ByRef::ByRef (void) function in class:ByRef
44 ByRef::ByRef (const ByRef &rhs) function in class:ByRef
46 x = 3; /* ByRef
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h580 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, argument
585 Kind(Block ? Cap_Block : ByRef ? Cap_ByRef : Cap_ByCopy),
H A DSema.h6611 SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc,
6614 Loc, ByRef, EllipsisLoc, None, Id,
6618 SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc,
6610 actOnLambdaInitCaptureInitialization( SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc, IdentifierInfo *Id, LambdaCaptureInitKind InitKind, Expr *&Init) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp191 return get(Context, ByRef, Ty);
509 case Attribute::ByRef:
958 case Attribute::ByRef:
1062 if (auto A = findEnumAttribute(Attribute::ByRef))
1770 else if (Kind == Attribute::ByRef)
1805 else if (Val == Attribute::ByRef)
1929 Attrs[Attribute::ByRef] = true;
H A DVerifier.cpp1785 AttrCount += Attrs.hasAttribute(Attribute::ByRef);
1843 !Attrs.hasAttribute(Attribute::ByRef) &&
1856 if (Attrs.hasAttribute(Attribute::ByRef)) {
1879 Assert(!Attrs.hasAttribute(Attribute::ByRef),
1926 !RetAttrs.hasAttribute(Attribute::ByRef) &&
2467 if (Attrs.hasParamAttribute(i, Attribute::ByRef)) {
3383 Attribute::ByRef};
3393 Attrs.hasParamAttribute(I, Attribute::ByRef)))
H A DFunction.cpp113 return hasAttribute(Attribute::ByRef);
151 Attrs.hasParamAttribute(getArgNo(), Attribute::ByRef);
H A DAsmWriter.cpp4435 } else if (Attr.hasAttribute(Attribute::ByRef)) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp789 SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc,
798 if (ByRef) {
788 buildLambdaInitCaptureInitialization( SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc, Optional<unsigned> NumExpansions, IdentifierInfo *Id, bool IsDirectInit, Expr *&Init) argument
H A DSemaExpr.cpp17347 bool ByRef = false; local
17395 ByRef = true;
17404 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(),
17418 bool ByRef = true; local
17420 ByRef = (Kind == Sema::TryCapture_ExplicitByRef);
17434 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel,
17438 if (ByRef)
17445 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable,
17464 bool ByRef = false; local
17466 ByRef
[all...]
H A DSemaDecl.cpp14114 const bool ByRef = C.getCaptureKind() == LCK_ByRef; local
14115 LSI->addCapture(VD, /*IsBlock*/false, ByRef,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-actions.h1131 // suppose 'derived' is an object of type Derived, ByRef(derived)
1135 // ByRef<const Base>(derived)
1137 // N.B. ByRef is redundant with std::ref, std::cref and std::reference_wrapper.
1140 inline ::std::reference_wrapper<T> ByRef(T& l_value) { // NOLINT function
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1052 else if (I.hasAttribute(Attribute::ByRef))
H A DBitcodeWriter.cpp759 case Attribute::ByRef:
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp948 {Attribute::ByVal, Attribute::StructRet, Attribute::ByRef,
H A DCodeExtractor.cpp937 case Attribute::ByRef:
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp651 {Attribute::ByVal, Attribute::StructRet, Attribute::ByRef,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1548 return Attribute::ByRef;
1678 } else if (Kind == Attribute::ByRef) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10074 if (Arg.hasAttribute(Attribute::ByRef))

Completed in 479 milliseconds