Home
last modified time | relevance | path

Searched refs:out_ (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dlog.h24 LogType(std::ostream* out) : out_(out) {} in LogType()
25 std::ostream* out_; variable
31 if (log.out_) {
32 *log.out_ << value;
38 if (log.out_) {
39 *log.out_ << m;
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dlog.h24 LogType(std::ostream* out) : out_(out) {} in LogType()
25 std::ostream* out_; variable
31 if (log.out_) {
32 *log.out_ << value;
38 if (log.out_) {
39 *log.out_ << m;
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d61 out_ = 0x1000, /// `out` parameter enumerator
116 IOR = STC.in_ | STC.ref_ | STC.out_,
125 …STC.deprecated_ | STC.future | STC.override_ | STC.lazy_ | STC.alias_ | STC.out_ | STC.in_ | STC.m…
151 stc & (STC.ref_ | STC.out_); in isRefReturnScope()
159 STC.alias_ | STC.out_ | STC.in_ | STC.manifest | STC.immutable_ | STC.shared_ |
H A Dtokens.d182 out_, enumerator
528 TOK.out_,
734 TOK.out_: "out",
H A Dtokens.h191 out_, enumerator
H A Dob.d1456 if (!(p.storageClass & STC.out_ && arg.isVarExp())) in genKill()
1468 if (p.storageClass & STC.out_) in genKill()
1555 if (p.storageClass & STC.out_) in genKill()
2157 if (!(p.storageClass & STC.out_ && arg.isVarExp())) in checkObErrors()
2174 if (p.storageClass & STC.out_) in checkObErrors()
2285 if (p.storageClass & STC.out_) in checkObErrors()
H A Ddmangle.d997 const isout = (stc & STC.out_) != 0; in mangleParameter()
1013 stc &= ~(STC.out_ | STC.scope_ | STC.ref_ | STC.return_); in mangleParameter()
1033 case STC.out_: in mangleParameter()
H A Ddeclaration.d526 return (storage_class & STC.out_) != 0; in isOut()
537 return (storage_class & (STC.ref_ | STC.out_)) != 0; in isReference()
1415 if (storage_class & (STC.nodtor | STC.ref_ | STC.out_ | STC.field)) in callScopeDtor()
H A Dparse.d707 tk.value == TOK.out_ || tk.value == TOK.do_ || tk.value == TOK.goesTo ||
2813 case TOK.out_:
2814 stc = STC.out_;
2954 if (storageClass & (STC.out_ | STC.ref_))
4416 …is || tk.value == TOK.leftCurly || tk.value == TOK.in_ || tk.value == TOK.out_ || tk.value == TOK.…
5158 case TOK.out_:
5322 case TOK.out_: in parseForeach()
5324 stc = STC.out_; in parseForeach()
7411 case TOK.out_:
7482 case TOK.out_: in isParameters()
H A Dhdrgen.d2850 const isout = (stc & STC.out_) != 0; in stcToBuffer()
2868 stc &= ~(STC.out_ | STC.scope_ | STC.ref_ | STC.return_); in stcToBuffer()
2915 SCstring(STC.out_, Token.toString(TOK.out_)), in stcToString()
3203 …STC.return_ | STC.returninferred | STC.scope_ | STC.scopeinferred | STC.out_ | STC.ref_ | STC.retu… in parameterToBuffer()
H A Dtypesem.d1380 … StorageClass stc1 = fparam.storageClass & (STC.ref_ | STC.out_ | STC.lazy_); in typeSemantic()
1381 … StorageClass stc2 = narg.storageClass & (STC.ref_ | STC.out_ | STC.lazy_); in typeSemantic()
1390 stc = stc1 | (stc & ~(STC.ref_ | STC.out_ | STC.lazy_)); in typeSemantic()
1445 auto stc = fparam.storageClass & (STC.ref_ | STC.out_); in typeSemantic()
1477 if (fparam.storageClass & STC.out_) in typeSemantic()
H A Dmtype.d4326 if (fparam.storageClass & (STC.lazy_ | STC.out_)) in purityLevel()
4822 if (p.storageClass & STC.out_)
4861 p.storageClass & STC.out_ ||
6833 return (this.storageClass & (STC.ref_ | STC.out_)) != 0; in isReference()
7015 const mask = STC.ref_ | STC.out_ | STC.lazy_ | (previewIn ? STC.in_ : 0);
7249 if (stc & STC.out_) in buildScopeRef()
H A Dfunc.d1708 if (fparam.storageClass & (STC.lazy_ | STC.out_ | STC.ref_)) in isTypeIsolatedIndirect()
2464 p.storageClass = (p.storageClass | STC.ref_) & ~STC.out_; in buildEnsureRequire()
2721 enum invalidSTC = STC.out_ | STC.ref_ | STC.lazy_; in checkMain()
H A Ddinterpret.d484 if (!istate && (fparam.storageClass & STC.out_)) in interpretFunction()
2230 if (v.storage_class & (STC.out_ | STC.ref_)) in visit()
2259 if ((e.var.storage_class & (STC.ref_ | STC.out_)) == 0 && e.type.baseElemOf().ty != Tstruct) in visit()
3514 if (v.storage_class & STC.out_)
7440 …if (!((vd.storage_class & (STC.out_ | STC.ref_)) ? isCtfeReferenceValid(newval) : isCtfeValueValid… in setValue()
7445 …assert((vd.storage_class & (STC.out_ | STC.ref_)) ? isCtfeReferenceValid(newval) : isCtfeValueVali… in setValue()
H A Dsemantic3.d1052 if (v.storage_class & STC.out_) in visit()
H A Dtraits.d1479 if (stc & STC.out_) in semanticTraits()
H A Dstatementsem.d4324 if (p.storageClass & (STC.out_ | STC.ref_ | STC.lazy_)) in makeTupleForeach()
4383 if (storageClass & (STC.out_ | STC.lazy_) || in makeTupleForeach()
H A Ddsymbolsem.d837 …if (dsym.storage_class & (STC.field | STC.out_ | STC.ref_ | STC.static_ | STC.manifest | STC.gshar… in visit()
896 (dsym.storage_class & STC.out_)) && in visit()
H A Ddtemplate.d1876 …else if ((fparam.storageClass & STC.out_) == 0 && (argtype.ty == Tarray || argtype.ty == Tpointer)… in deduceFunctionTemplateMatch()
1954 if (m > MATCH.nomatch && (fparam.storageClass & STC.out_)) in deduceFunctionTemplateMatch()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c420 #define aesni_encrypt8full(out_, n_, rkeys, in_, accum, hv_, h2v_, h3v_, h4v_, rev) \ argument
422 unsigned char *out = out_; \
467 #define aesni_decrypt8full(out_, n_, rkeys, in_) \ argument
469 unsigned char *out = out_; \
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d2248 out_ = 2, ///
2259 out_ = 0x02, ///
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d2241 out_ = 2, ///
2252 out_ = 0x02, ///
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d721 psc & PSC.out_ ? "out " : "", in fqnType()
1138 out_ = 0x04, /// ditto enumerator
1183 static assert(pstc[1] == STC.out_);
1217 case "out": result |= out_; break; in extractParameterStorageClassFlags()
1246 static assert(param2 == ParameterStorageClass.out_);
1252 static assert(param3 == (ParameterStorageClass.ref_ | ParameterStorageClass.out_));
1267 static assert(test_pstc[2] == STC.out_);
5554 enum wantExact = STC.out_ | STC.ref_ | STC.lazy_ | STC.return_;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d210 case 'J': stc2 = ParameterStorageClass.out_; break;
630 psc & PSC.out_ ? "out " : "", in fqnType()
1037 out_ = 2, /// ditto enumerator
1082 static assert(pstc[1] == STC.out_);
1105 case "out": result |= out_; break; in extractParameterStorageClassFlags()
1133 static assert(test_pstc[2] == STC.out_);
4948 enum wantExact = STC.out_ | STC.ref_ | STC.lazy_ | STC.return_;
H A Dtypecons.d4459 if (stc & STC.out_ ) params ~= "out ";
7716 if (storageClasses[i] & ParameterStorageClass.out_)

12