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

  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-tune.h 176 loongarch_align function_ (const char *_function) function in struct:loongarch_align
loongarch-def.cc 110 return loongarch_align ().function_ ("32").loop_ ("16").jump_ ("16");
115 return loongarch_align ().function_ ("8").loop_ ("8").jump_ ("32");
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 176 function_, member in class:TOK
407 function_, member in class:EXP
tokens.d 167 function_,
397 function_,
489 TOK.function_,
695 TOK.function_: "function",
ctfeexpr.d 360 if (e.op == EXP.function_ || e.op == EXP.delegate_ || e.op == EXP.symbolOffset || e.op == EXP.null_ || e.op == EXP.variable || e.op == EXP.dotVariable || e.op == EXP.int64 || e.op == EXP.float64 || e.op == EXP.char_ || e.op == EXP.complex80 || e.op == EXP.void_ || e.op == EXP.vector || e.op == EXP.typeid_)
1022 if (e.op == EXP.null_ || e.op == EXP.string_ || e.op == EXP.function_ || e.op == EXP.delegate_ || e.op == EXP.arrayLiteral || e.op == EXP.structLiteral || e.op == EXP.assocArrayLiteral || e.op == EXP.classReference)
1231 if (e1.op == EXP.function_ && e2.op == EXP.function_)
1870 case EXP.function_:
parse.d 3927 case TOK.function_:
3941 if (save == TOK.function_)
4786 if (token.value != TOK.function_ &&
4803 else if (token.value == TOK.function_ ||
4946 case TOK.function_:
4994 if (save == TOK.function_)
5653 case TOK.function_:
7310 case TOK.function_:
8239 || token.value == TOK.inout_ && peekNext() == TOK.rightParenthesis || token.value == TOK.function_
8390 case TOK.function_
    [all...]
dtemplate.d 484 case EXP.function_:
1840 if (!(fparam.storageClass & STC.lazy_) && argtype.ty == Tvoid && farg.op != EXP.function_)
2289 else if (ea && ea.op == EXP.function_)
4857 if (ex.op != EXP.function_)
6710 if (ea.op == EXP.function_)
6720 fe.fd.tok = TOK.function_;
7256 if (ea.op == EXP.function_)
7581 e.op == EXP.function_ || e.op == EXP.error ||
semantic3.d 369 fld.tok = TOK.function_;
373 if (fld.tok != TOK.function_)
func.d 1931 fld.tok = TOK.function_;
3670 TOK tok; // TOK.function_ or TOK.delegate_
3701 return (tok != TOK.function_) && !isThis();
3782 return (tok != TOK.function_) ? "delegate" : "function";
dcast.d 208 case EXP.function_ : return visitFunc (e.isFuncExp());
1466 case EXP.function_ : return visitFunc(e.isFuncExp());
2649 case EXP.function_ : return visitFunc(e.isFuncExp());
2732 case EXP.function_: return visitFun(e.isFuncExp());
expression.d 1651 inout(FuncExp) isFuncExp() { return op == EXP.function_ ? cast(typeof(return))this : null; }
3775 TOK tok; // TOK.reserved, TOK.delegate_, TOK.function_
3779 super(loc, EXP.function_, __traits(classInstanceSize, FuncExp));
3880 if (tok == TOK.function_)
4001 assert(tok == TOK.function_ || tok == TOK.reserved && type.ty == Tpointer || fd.errors);
initsem.d 253 const tok = (t.ty == Tdelegate) ? TOK.delegate_ : TOK.function_;
traits.d 2130 if (ea.op == EXP.function_)
hdrgen.d 2578 case EXP.function_: return visitFunc(e.isFuncExp());
4038 EXP.function_ : "function",
typesem.d 1288 if (e.op == EXP.function_) // https://issues.dlang.org/show_bug.cgi?id=4820
1829 case EXP.function_:
dinterpret.d 6119 if (result.op == EXP.function_)
6797 case EXP.function_:
statementsem.d 4402 else if (e.op == EXP.function_)
expressionsem.d 4104 exp.fd.tok = TOK.function_;
5636 case TOK.function_:
dsymbolsem.d 3029 fld.tok = TOK.function_;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_errors.h 269 uptr length2_, const char *function_)
276 function(function_) {
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_errors.h 284 uptr length2_, const char *function_)
291 function(function_) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_errors.h 284 uptr length2_, const char *function_)
291 function(function_) {
  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 2071 e->fd->tok = TOK::function_;
2162 fld->tok = TOK::function_;

Completed in 94 milliseconds