Home
last modified time | relevance | path

Searched refs:ByRef (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gdb.old/dist/zlib/old/
H A Dvisual-basic.txt86 Private Declare Function lngfncCpr Lib "zlib.dll" Alias "compress2" (ByRef
87 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long,
89 Private Declare Function lngfncUcp Lib "zlib.dll" Alias "uncompress" (ByRef
90 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long)
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/
H A Dvisual-basic.txt86 Private Declare Function lngfncCpr Lib "zlib.dll" Alias "compress2" (ByRef
87 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long,
89 Private Declare Function lngfncUcp Lib "zlib.dll" Alias "uncompress" (ByRef
90 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long)
/netbsd-src/external/gpl3/gdb/dist/zlib/old/
H A Dvisual-basic.txt86 Private Declare Function lngfncCpr Lib "zlib.dll" Alias "compress2" (ByRef
87 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long,
89 Private Declare Function lngfncUcp Lib "zlib.dll" Alias "uncompress" (ByRef
90 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long)
/netbsd-src/external/gpl3/binutils/dist/zlib/old/
H A Dvisual-basic.txt86 Private Declare Function lngfncCpr Lib "zlib.dll" Alias "compress2" (ByRef
87 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long,
89 Private Declare Function lngfncUcp Lib "zlib.dll" Alias "uncompress" (ByRef
90 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp191 return get(Context, ByRef, Ty); in getWithByRefType()
509 case Attribute::ByRef: in getAsString()
958 case Attribute::ByRef: in get()
1062 if (auto A = findEnumAttribute(Attribute::ByRef)) in getByRefType()
1770 else if (Kind == Attribute::ByRef) in addAttribute()
1805 else if (Val == Attribute::ByRef) in removeAttribute()
1929 Attrs[Attribute::ByRef] = true; in addByRefAttr()
H A DVerifier.cpp1785 AttrCount += Attrs.hasAttribute(Attribute::ByRef); in verifyParameterAttrs()
1843 !Attrs.hasAttribute(Attribute::ByRef) && in verifyParameterAttrs()
1856 if (Attrs.hasAttribute(Attribute::ByRef)) { in verifyParameterAttrs()
1879 Assert(!Attrs.hasAttribute(Attribute::ByRef), in verifyParameterAttrs()
1926 !RetAttrs.hasAttribute(Attribute::ByRef) && in verifyFunctionAttrs()
2467 if (Attrs.hasParamAttribute(i, Attribute::ByRef)) { in visitFunction()
3383 Attribute::ByRef}; in getParameterABIAttributes()
3393 Attrs.hasParamAttribute(I, Attribute::ByRef))) in getParameterABIAttributes()
H A DFunction.cpp113 return hasAttribute(Attribute::ByRef); in hasByRefAttr()
151 Attrs.hasParamAttribute(getArgNo(), Attribute::ByRef); in hasPointeeInMemoryValueAttr()
H A DAsmWriter.cpp4435 } else if (Attr.hasAttribute(Attribute::ByRef)) { in writeAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h580 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument
585 Kind(Block ? Cap_Block : ByRef ? Cap_ByRef : Cap_ByCopy), in Capture()
H A DSema.h6611 SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc, in actOnLambdaInitCaptureInitialization() argument
6614 Loc, ByRef, EllipsisLoc, None, Id, in actOnLambdaInitCaptureInitialization()
6618 SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.td55 def ByRef : TypeAttr<"byref">;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp789 SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc, in buildLambdaInitCaptureInitialization() argument
798 if (ByRef) { in buildLambdaInitCaptureInitialization()
H A DSemaExpr.cpp17347 bool ByRef = false; in captureInBlock() local
17395 ByRef = true; in captureInBlock()
17404 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock()
17418 bool ByRef = true; in captureInCapturedRegion() local
17420 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInCapturedRegion()
17434 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion()
17438 if (ByRef) in captureInCapturedRegion()
17445 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable, in captureInCapturedRegion()
17464 bool ByRef = false; in captureInLambda() local
17466 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInLambda()
[all …]
H A DSemaDecl.cpp14114 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo() local
14115 LSI->addCapture(VD, /*IsBlock*/false, ByRef, in RebuildLambdaScopeInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-actions.h1140 inline ::std::reference_wrapper<T> ByRef(T& l_value) { // NOLINT
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1052 else if (I.hasAttribute(Attribute::ByRef)) in incorporateFunction()
H A DBitcodeWriter.cpp759 case Attribute::ByRef: in getAttrKindEncoding()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp948 {Attribute::ByVal, Attribute::StructRet, Attribute::ByRef, in remapInstruction()
H A DCodeExtractor.cpp937 case Attribute::ByRef: in constructFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp651 {Attribute::ByVal, Attribute::StructRet, Attribute::ByRef, in mapAttributeTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1548 return Attribute::ByRef; in getAttrFromCode()
1678 } else if (Kind == Attribute::ByRef) { in parseAttributeGroupBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td905 let Args = [EnumArgument<"Type", "BlockType", ["byref"], ["ByRef"]>];
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10074 if (Arg.hasAttribute(Attribute::ByRef)) in LowerArguments()