HomeSort by: relevance | last modified time | path
    Searched refs:out_ (Results 1 - 25 of 25) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
log.h 24 LogType(std::ostream* out) : out_(out) {}
25 std::ostream* out_; member in class:benchmark::internal::LogType
31 if (log.out_) {
32 *log.out_ << value;
38 if (log.out_) {
39 *log.out_ << m;
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
log.h 24 LogType(std::ostream* out) : out_(out) {}
25 std::ostream* out_; member in class:benchmark::internal::LogType
31 if (log.out_) {
32 *log.out_ << value;
38 if (log.out_) {
39 *log.out_ << m;
  /src/external/bsd/zstd/dist/contrib/pzstd/
Logging.h 23 FILE* out_; member in class:pzstd::Logger
32 : out_(out), level_(level), lastUpdate_(Clock::now()),
46 std::fprintf(out_, fmt, args...);
58 std::fprintf(out_, "\r");
59 std::fprintf(out_, fmt, args...);
68 std::fprintf(out_, "\r%79s\r", "");
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
astenums.d 61 out_ = 0x1000, /// `out` parameter
116 IOR = STC.in_ | STC.ref_ | STC.out_,
125 STC.deprecated_ | STC.future | STC.override_ | STC.lazy_ | STC.alias_ | STC.out_ | STC.in_ | STC.manifest |
151 stc & (STC.ref_ | STC.out_);
159 STC.alias_ | STC.out_ | STC.in_ | STC.manifest | STC.immutable_ | STC.shared_ |
tokens.h 191 out_, member in class:TOK
tokens.d 182 out_,
528 TOK.out_,
734 TOK.out_: "out",
dmangle.d 997 const isout = (stc & STC.out_) != 0;
1013 stc &= ~(STC.out_ | STC.scope_ | STC.ref_ | STC.return_);
1033 case STC.out_:
ob.d 1456 if (!(p.storageClass & STC.out_ && arg.isVarExp()))
1468 if (p.storageClass & STC.out_)
1555 if (p.storageClass & STC.out_)
2157 if (!(p.storageClass & STC.out_ && arg.isVarExp()))
2174 if (p.storageClass & STC.out_)
2285 if (p.storageClass & STC.out_)
declaration.d 526 return (storage_class & STC.out_) != 0;
537 return (storage_class & (STC.ref_ | STC.out_)) != 0;
1415 if (storage_class & (STC.nodtor | STC.ref_ | STC.out_ | STC.field))
parse.d 707 tk.value == TOK.out_ || tk.value == TOK.do_ || tk.value == TOK.goesTo ||
2813 case TOK.out_:
2814 stc = STC.out_;
2889 //if ((storageClass & STC.scope_) && (storageClass & (STC.ref_ | STC.out_)))
2954 if (storageClass & (STC.out_ | STC.ref_))
4416 (tk.value == TOK.leftParenthesis || tk.value == TOK.leftCurly || tk.value == TOK.in_ || tk.value == TOK.out_ || tk.value == TOK.goesTo ||
5158 case TOK.out_:
5322 case TOK.out_:
5324 stc = STC.out_;
7411 case TOK.out_
    [all...]
hdrgen.d 2850 const isout = (stc & STC.out_) != 0;
2868 stc &= ~(STC.out_ | STC.scope_ | STC.ref_ | STC.return_);
2915 SCstring(STC.out_, Token.toString(TOK.out_)),
3203 STC.return_ | STC.returninferred | STC.scope_ | STC.scopeinferred | STC.out_ | STC.ref_ | STC.returnScope)))
typesem.d 1380 StorageClass stc1 = fparam.storageClass & (STC.ref_ | STC.out_ | STC.lazy_);
1381 StorageClass stc2 = narg.storageClass & (STC.ref_ | STC.out_ | STC.lazy_);
1390 stc = stc1 | (stc & ~(STC.ref_ | STC.out_ | STC.lazy_));
1445 auto stc = fparam.storageClass & (STC.ref_ | STC.out_);
1477 if (fparam.storageClass & STC.out_)
func.d 1708 if (fparam.storageClass & (STC.lazy_ | STC.out_ | STC.ref_))
2464 p.storageClass = (p.storageClass | STC.ref_) & ~STC.out_;
2721 enum invalidSTC = STC.out_ | STC.ref_ | STC.lazy_;
dinterpret.d 484 if (!istate && (fparam.storageClass & STC.out_))
2230 if (v.storage_class & (STC.out_ | STC.ref_))
2259 if ((e.var.storage_class & (STC.ref_ | STC.out_)) == 0 && e.type.baseElemOf().ty != Tstruct)
2261 /* Ultimately, STC.ref_|STC.out_ check should be enough to see the
3514 if (v.storage_class & STC.out_)
7440 if (!((vd.storage_class & (STC.out_ | STC.ref_)) ? isCtfeReferenceValid(newval) : isCtfeValueValid(newval)))
7445 assert((vd.storage_class & (STC.out_ | STC.ref_)) ? isCtfeReferenceValid(newval) : isCtfeValueValid(newval));
mtype.d 4326 if (fparam.storageClass & (STC.lazy_ | STC.out_))
4822 if (p.storageClass & STC.out_)
4861 p.storageClass & STC.out_ ||
6833 return (this.storageClass & (STC.ref_ | STC.out_)) != 0;
7015 const mask = STC.ref_ | STC.out_ | STC.lazy_ | (previewIn ? STC.in_ : 0);
7249 if (stc & STC.out_)
semantic3.d 1052 if (v.storage_class & STC.out_)
traits.d 1479 if (stc & STC.out_)
statementsem.d 4324 if (p.storageClass & (STC.out_ | STC.ref_ | STC.lazy_))
4383 if (storageClass & (STC.out_ | STC.lazy_) ||
dsymbolsem.d 837 if (dsym.storage_class & (STC.field | STC.out_ | STC.ref_ | STC.static_ | STC.manifest | STC.gshared) || !fd)
896 (dsym.storage_class & STC.out_)) &&
dtemplate.d 1876 else if ((fparam.storageClass & STC.out_) == 0 && (argtype.ty == Tarray || argtype.ty == Tpointer) && templateParameterLookup(prmtype, parameters) != IDX_NOTFOUND && (cast(TypeIdentifier)prmtype).idents.dim == 0)
1954 if (m > MATCH.nomatch && (fparam.storageClass & STC.out_))
expressionsem.d 2005 else if (p.storageClass & STC.out_)
2259 if (!(p && (p.storageClass & (STC.lazy_ | STC.ref_ | STC.out_))))
9046 (cast(VarExp)exp.e1).var.storage_class & (STC.out_ | STC.ref_))
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 420 #define aesni_encrypt8full(out_, n_, rkeys, in_, accum, hv_, h2v_, h3v_, h4v_, rev) \
422 unsigned char *out = out_; \
467 #define aesni_decrypt8full(out_, n_, rkeys, in_) \
469 unsigned char *out = out_; \
  /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
curl.d 2248 out_ = 2, ///
2259 out_ = 0x02, ///
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
traits.d 721 psc & PSC.out_ ? "out " : "",
1138 out_ = 0x04, /// ditto
1183 static assert(pstc[1] == STC.out_);
1217 case "out": result |= out_; break;
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_;
typecons.d 5682 if (stc & STC.out_ ) params ~= "out ";
9426 if (storageClasses[i] & ParameterStorageClass.out_)

Completed in 106 milliseconds