/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_ra.c | 256 struct ir3_instruction *defn; member 341 if (id->defn) { in get_definer() 344 return id->defn; in get_definer() 478 id->defn = d; in get_definer() 497 id->defn = instr; in ra_block_find_definers() 499 id->defn = get_definer(ctx, instr, &id->sz, &id->off); in ra_block_find_definers() 500 id->cls = size_to_class(id->sz, is_half(id->defn)); in ra_block_find_definers() 526 if (id->defn != instr) in ra_block_name_instructions() 582 __ra_name(struct ir3_ra_ctx *ctx, int cls, struct ir3_instruction *defn) in __ra_name() argument 587 name = ctx->class_base[cls] + defn->name; in __ra_name() [all …]
|
/external/python/cpython2/Lib/distutils/ |
D | ccompiler.py | 170 for defn in self.macros: 171 if defn[0] == name: 181 for defn in definitions: 182 if not (isinstance(defn, tuple) and 183 (len (defn) == 1 or 184 (len (defn) == 2 and 185 (isinstance(defn[1], str) or defn[1] is None))) and 186 isinstance(defn[0], str)): 188 ("invalid macro definition '%s': " % defn) + \ 208 defn = (name, value) [all …]
|
/external/python/cpython3/Lib/distutils/ |
D | ccompiler.py | 161 for defn in self.macros: 162 if defn[0] == name: 172 for defn in definitions: 173 if not (isinstance(defn, tuple) and 174 (len(defn) in (1, 2) and 175 (isinstance (defn[1], str) or defn[1] is None)) and 176 isinstance (defn[0], str)): 177 raise TypeError(("invalid macro definition '%s': " % defn) + \
|
/external/python/cpython3/Tools/freeze/ |
D | checkextensions_win32.py | 71 defn = get_extension_defn( mod, ini, prefix ) 72 if defn is not None: 74 ret.append( defn )
|
/external/python/cpython2/Tools/freeze/ |
D | checkextensions_win32.py | 71 defn = get_extension_defn( mod, ini, prefix ) 72 if defn is not None: 74 ret.append( defn )
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | BlinkGCPluginConsumer.cpp | 402 const FunctionDecl* defn; in CheckDispatch() local 404 if (trace_dispatch && trace_dispatch->isDefined(defn)) { in CheckDispatch() 406 visitor.TraverseStmt(defn->getBody()); in CheckDispatch() 408 reporter_.MissingTraceDispatch(defn, info); in CheckDispatch() 411 if (finalized && finalize_dispatch && finalize_dispatch->isDefined(defn)) { in CheckDispatch() 413 visitor.TraverseStmt(defn->getBody()); in CheckDispatch() 415 reporter_.MissingFinalizeDispatch(defn, info); in CheckDispatch()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/ |
D | 2002-08-19-FunctionPointer.ll | 3 @fptr = global void ()* @f ;; Forward ref method defn
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | scantools.py | 537 name, defn = match.group('name', 'defn') 541 defn = escape8bit(defn) 543 self.report("\tsym: name=%r, defn=%r" % (name, defn)) 545 oline = "%s = %s\n" % (name, defn) 549 self.defsfile.write("# %s = %s\n" % (name, defn))
|
/external/llvm/test/Feature/ |
D | constpointer.ll | 25 @fptr = global void() * @f ;; Forward ref method defn
|
/external/swiftshader/third_party/LLVM/test/Feature/ |
D | constpointer.ll | 25 @fptr = global void() * @f ;; Forward ref method defn
|
/external/llvm/test/Integer/ |
D | constpointer_bt.ll | 25 @fptr = global void() * @f ;; Forward ref method defn
|
/external/swiftshader/third_party/LLVM/test/Integer/ |
D | constpointer_bt.ll | 25 @fptr = global void() * @f ;; Forward ref method defn
|
/external/one-true-awk/ |
D | proto.h | 89 extern void defn(Cell *, Node *, Node *);
|
D | parse.c | 233 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ in defn() function
|
D | awkgram.y | 185 { infunc--; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; }
|
/external/valgrind/ |
D | README.aarch64 | 90 it to __vki_uint128_t, but what's the defn of that? 93 m_debuginfo/priv_storage.h: need proper defn of DiCfSI
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | aclocal.m4 | 477 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 481 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 485 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
/external/stressapptest/ |
D | aclocal.m4 | 501 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 505 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 509 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
/external/libusb-compat/ |
D | aclocal.m4 | 642 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 646 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 650 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
/external/google-tv-pairing-protocol/cpp/ |
D | aclocal.m4 | 671 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 675 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 679 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
/external/libnfnetlink/ |
D | aclocal.m4 | 511 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 515 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 519 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
/external/libexif/ |
D | aclocal.m4 | 501 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 505 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 509 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | aclocal.m4 | 511 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 515 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 519 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
/external/libcap-ng/libcap-ng-0.7/ |
D | aclocal.m4 | 523 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 527 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 531 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
/external/clang/test/ |
D | cxx-sections.data | 926 23.3.5.1.1 [queue.defn] 934 23.3.5.3.1 [stack.defn]
|