| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| H A D | log.h | 24 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 D | log.h | 24 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 D | astenums.d | 61 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 D | tokens.d | 182 out_, enumerator 528 TOK.out_, 734 TOK.out_: "out",
|
| H A D | tokens.h | 191 out_, enumerator
|
| H A D | ob.d | 1456 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 D | dmangle.d | 997 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 D | declaration.d | 526 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 D | parse.d | 707 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 D | hdrgen.d | 2850 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 D | typesem.d | 1380 … 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 D | mtype.d | 4326 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 D | func.d | 1708 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 D | dinterpret.d | 484 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 D | semantic3.d | 1052 if (v.storage_class & STC.out_) in visit()
|
| H A D | traits.d | 1479 if (stc & STC.out_) in semanticTraits()
|
| H A D | statementsem.d | 4324 if (p.storageClass & (STC.out_ | STC.ref_ | STC.lazy_)) in makeTupleForeach() 4383 if (storageClass & (STC.out_ | STC.lazy_) || in makeTupleForeach()
|
| H A D | dsymbolsem.d | 837 …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 D | dtemplate.d | 1876 …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 D | aead_aes256gcm_aesni.c | 420 #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 D | curl.d | 2248 out_ = 2, /// 2259 out_ = 0x02, ///
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | curl.d | 2241 out_ = 2, /// 2252 out_ = 0x02, ///
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | traits.d | 721 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 D | traits.d | 210 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 D | typecons.d | 4459 if (stc & STC.out_ ) params ~= "out "; 7716 if (storageClasses[i] & ParameterStorageClass.out_)
|