Home
last modified time | relevance | path

Searched refs:function_ (Results 1 – 25 of 36) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dselftest-arch.c33 gdbarch_selftest (self_test_foreach_arch_function *function_) in gdbarch_selftest()
34 : function (function_) in gdbarch_selftest()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dselftest-arch.c33 gdbarch_selftest (self_test_foreach_arch_function *function_) in gdbarch_selftest()
34 : function (function_) in gdbarch_selftest()
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dselftest.cc37 simple_selftest (self_test_function *function_) in simple_selftest()
38 : function (function_) in simple_selftest()
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Dselftest.cc37 simple_selftest (self_test_function *function_) in simple_selftest()
38 : function (function_) in simple_selftest()
/netbsd/external/gpl3/gdb/dist/gold/
H A Dexpression.cc1071 Constant_function function_; member in gold::Constant_expression
1077 this->function_ = CONSTANT_MAXPAGESIZE; in Constant_expression()
1079 this->function_ = CONSTANT_COMMONPAGESIZE; in Constant_expression()
1084 this->function_ = CONSTANT_MAXPAGESIZE; in Constant_expression()
1091 switch (this->function_) in value()
1106 switch (this->function_) in print()
/netbsd/external/gpl3/binutils/dist/gold/
H A Dexpression.cc1071 Constant_function function_; member in gold::Constant_expression
1077 this->function_ = CONSTANT_MAXPAGESIZE; in Constant_expression()
1079 this->function_ = CONSTANT_COMMONPAGESIZE; in Constant_expression()
1084 this->function_ = CONSTANT_MAXPAGESIZE; in Constant_expression()
1091 switch (this->function_) in value()
1106 switch (this->function_) in print()
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dexpression.cc1071 Constant_function function_; member in gold::Constant_expression
1077 this->function_ = CONSTANT_MAXPAGESIZE; in Constant_expression()
1079 this->function_ = CONSTANT_COMMONPAGESIZE; in Constant_expression()
1084 this->function_ = CONSTANT_MAXPAGESIZE; in Constant_expression()
1091 switch (this->function_) in value()
1106 switch (this->function_) in print()
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Dexpression.cc1071 Constant_function function_; member in gold::Constant_expression
1077 this->function_ = CONSTANT_MAXPAGESIZE; in Constant_expression()
1079 this->function_ = CONSTANT_COMMONPAGESIZE; in Constant_expression()
1084 this->function_ = CONSTANT_MAXPAGESIZE; in Constant_expression()
1091 switch (this->function_) in value()
1106 switch (this->function_) in print()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.h176 function_, enumerator
407 function_, enumerator
H A Dtokens.d167 function_, enumerator
397 function_,
489 TOK.function_,
695 TOK.function_: "function",
H A Dctfeexpr.d360 …if (e.op == EXP.function_ || e.op == EXP.delegate_ || e.op == EXP.symbolOffset || e.op == EXP.null… in copyLiteral()
1022 …if (e.op == EXP.null_ || e.op == EXP.string_ || e.op == EXP.function_ || e.op == EXP.delegate_ || … in isCtfeComparable()
1231 if (e1.op == EXP.function_ && e2.op == EXP.function_)
1870 case EXP.function_: in isCtfeValueValid()
H A Dparse.d3927 case TOK.function_:
3941 if (save == TOK.function_)
4786 if (token.value != TOK.function_ && in parseAliasDeclarations()
4803 else if (token.value == TOK.function_ || in parseAliasDeclarations()
4946 case TOK.function_: in parseFunctionLiteral()
4994 if (save == TOK.function_) in parseFunctionLiteral()
5653 case TOK.function_:
7310 case TOK.function_:
8390 case TOK.function_: in parsePrimaryExp()
8624 case TOK.function_: in parseUnaryExp()
[all …]
H A Ddtemplate.d484 case EXP.function_: in expressionHash()
1840 … if (!(fparam.storageClass & STC.lazy_) && argtype.ty == Tvoid && farg.op != EXP.function_) in deduceFunctionTemplateMatch()
2289 else if (ea && ea.op == EXP.function_) in declareParameter()
4857 if (ex.op != EXP.function_) in visit()
6710 if (ea.op == EXP.function_) in semanticTiargs()
6720 fe.fd.tok = TOK.function_; in semanticTiargs()
7256 if (ea.op == EXP.function_) in hasNestedArgs()
7581 e.op == EXP.function_ || e.op == EXP.error || in definitelyValueParameter()
H A Dsemantic3.d369 fld.tok = TOK.function_; in visit()
373 if (fld.tok != TOK.function_) in visit()
H A Ddcast.d208 case EXP.function_ : return visitFunc (e.isFuncExp()); in implicitCastTo()
1466 case EXP.function_ : return visitFunc(e.isFuncExp()); in implicitConvTo()
2649 case EXP.function_ : return visitFunc(e.isFuncExp());
2732 case EXP.function_: return visitFun(e.isFuncExp());
H A Dfunc.d1931 fld.tok = TOK.function_; in checkNestedReference()
3701 return (tok != TOK.function_) && !isThis(); in isNested()
3782 return (tok != TOK.function_) ? "delegate" : "function"; in kind()
H A Dinitsem.d253 const tok = (t.ty == Tdelegate) ? TOK.delegate_ : TOK.function_; in initializerSemantic()
H A Dexpression.d1649 … inout(FuncExp) isFuncExp() { return op == EXP.function_ ? cast(typeof(return))this : null; } in isFuncExp()
3777 super(loc, EXP.function_, __traits(classInstanceSize, FuncExp)); in this()
3878 if (tok == TOK.function_)
3999 assert(tok == TOK.function_ || tok == TOK.reserved && type.ty == Tpointer || fd.errors);
H A Dtraits.d2130 if (ea.op == EXP.function_) in isSame()
H A Dhdrgen.d2578 case EXP.function_: return visitFunc(e.isFuncExp()); in expressionPrettyPrint()
4038 EXP.function_ : "function", in EXPtoString()
H A Dtypesem.d1288 if (e.op == EXP.function_) // https://issues.dlang.org/show_bug.cgi?id=4820 in typeSemantic()
1829 case EXP.function_: in typeSemantic()
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_errors.h267 uptr length2_, const char *function_) in ErrorStringFunctionMemoryRangesOverlap()
274 function(function_) { in ErrorStringFunctionMemoryRangesOverlap()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_errors.h269 uptr length2_, const char *function_) in ErrorStringFunctionMemoryRangesOverlap()
276 function(function_) { in ErrorStringFunctionMemoryRangesOverlap()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_errors.h267 uptr length2_, const char *function_) in ErrorStringFunctionMemoryRangesOverlap()
274 function(function_) { in ErrorStringFunctionMemoryRangesOverlap()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc2075 e->fd->tok = TOK::function_; in visit()
2166 fld->tok = TOK::function_; in visit()

12