/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | plugin.def | 20 /* Called before parsing the body of a function. */ 41 /* Called before GCC exits. */ 47 /* Called at start of GCC Garbage Collection. */ 53 /* Called at end of GGC. */ 59 /* Called during attribute registration. */ 62 /* Called before processing a translation unit. */ 65 /* Called during pragma registration. */ 68 /* Called before first pass from all_passes. */ 71 /* Called after last pass from all_passes. */ 74 /* Called before first ipa pass. */ [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | plugin.def | 20 /* Called before parsing the body of a function. */ 41 /* Called before GCC exits. */ 47 /* Called at start of GCC Garbage Collection. */ 53 /* Called at end of GGC. */ 59 /* Called during attribute registration. */ 62 /* Called before processing a translation unit. */ 65 /* Called during pragma registration. */ 68 /* Called before first pass from all_passes. */ 71 /* Called after last pass from all_passes. */ 74 /* Called before first ipa pass. */ [all …]
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | msg.mi.en | 160 /* Called with: Example 172 /* Called with: Example 186 /* Called with: Example 224 /* Called with: Example 255 /* Called with: Example 262 /* Called with: Example 277 /* Called with: Example 298 /* Called with: Example 343 /* Called with: Example 352 /* Called with: Example [all …]
|
H A D | msg.mi.de | 169 /* Called with: Example 181 /* Called with: Example 194 /* Called with: Example 235 /* Called with: Example 266 /* Called with: Example 273 /* Called with: Example 290 /* Called with: Example 311 /* Called with: Example 357 /* Called with: Example 366 /* Called with: Example [all …]
|
H A D | msg.mi.es | 167 /* Called with: Example 179 /* Called with: Example 193 /* Called with: Example 231 /* Called with: Example 262 /* Called with: Example 269 /* Called with: Example 284 /* Called with: Example 305 /* Called with: Example 349 /* Called with: Example 358 /* Called with: Example [all …]
|
H A D | msg.mi.fr | 169 /* Called with: Example 181 /* Called with: Example 195 /* Called with: Example 235 /* Called with: Example 266 /* Called with: Example 273 /* Called with: Example 288 /* Called with: Example 309 /* Called with: Example 353 /* Called with: Example 362 /* Called with: Example [all …]
|
H A D | msg.entropy.en | 96 /* Called with: Example 102 /* Called with: Example
|
H A D | msg.entropy.de | 97 /* Called with: Example 103 /* Called with: Example
|
H A D | msg.entropy.es | 96 /* Called with: Example 102 /* Called with: Example
|
H A D | msg.entropy.fr | 96 /* Called with: Example 102 /* Called with: Example
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | plugins.texi | 180 PLUGIN_START_PARSE_FUNCTION, /* Called before parsing the body of a function. */ 187 PLUGIN_FINISH, /* Called before GCC exits. */ 189 PLUGIN_GGC_START, /* Called at start of GCC Garbage Collection. */ 191 PLUGIN_GGC_END, /* Called at end of GGC. */ 193 PLUGIN_ATTRIBUTES, /* Called during attribute registration */ 194 PLUGIN_START_UNIT, /* Called before processing a translation unit. */ 195 PLUGIN_PRAGMAS, /* Called during pragma registration. */ 196 /* Called before first pass from all_passes. */ 198 /* Called after last pass from all_passes. */ 200 /* Called before first ipa pass. */ [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | plugins.texi | 180 PLUGIN_START_PARSE_FUNCTION, /* Called before parsing the body of a function. */ 187 PLUGIN_FINISH, /* Called before GCC exits. */ 189 PLUGIN_GGC_START, /* Called at start of GCC Garbage Collection. */ 191 PLUGIN_GGC_END, /* Called at end of GGC. */ 193 PLUGIN_ATTRIBUTES, /* Called during attribute registration */ 194 PLUGIN_START_UNIT, /* Called before processing a translation unit. */ 195 PLUGIN_PRAGMAS, /* Called during pragma registration. */ 196 /* Called before first pass from all_passes. */ 198 /* Called after last pass from all_passes. */ 200 /* Called before first ipa pass. */ [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/m68k/ |
H A D | m68k-defs.m4 | 42 dnl Called: PROLOGUE_cpu(GSYM_PREFIX`'foo) 71 dnl Called: m68k_reg(r) 149 dnl Called: m68k_insn(mnemonic,suffix) 194 dnl Called: m68k_branch(cond) 202 dnl Called: m68k_defbranch(cond)
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/examples/ |
H A D | example0.rst | 45 Called just once on module load. 60 Called just once on module load. 79 Called just once on module unload.
|
H A D | example6.rst | 37 Called when answering with a *resolved* query. 81 Called when answering *from cache*. 128 Called when answering with *local data* or a *Chaos(CH) reply*. 172 Called when answering with *SERVFAIL*.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
H A D | targets.texi | 209 /* Called when the BFD is being closed to do any necessary cleanup. */ 213 /* Called when a new section is created. */ 232 /* Called to copy BFD general private data from one object file 235 /* Called to merge BFD general private data from one object file 238 /* Called to initialize BFD private section data from one object file 245 /* Called to copy BFD private section data from one object file 248 /* Called to copy BFD private symbol data from one symbol 252 /* Called to copy BFD private header data from one object file 255 /* Called to set private backend flags. */ 258 /* Called to print private BFD data. */
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
H A D | targets.texi | 246 /* Called when the BFD is being closed to do any necessary cleanup. */ 250 /* Called when a new section is created. */ 269 /* Called to copy BFD general private data from one object file 272 /* Called to merge BFD general private data from one object file 275 /* Called to initialize BFD private section data from one object file 282 /* Called to copy BFD private section data from one object file 285 /* Called to copy BFD private symbol data from one symbol 289 /* Called to copy BFD private header data from one object file 292 /* Called to set private backend flags. */ 295 /* Called to print private BFD data. */
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineRegisterInfo.cpp | 565 const Function *Called = getCalledFunction(MI); in isNoReturnDef() local 566 return !(Called == nullptr || !Called->hasFnAttribute(Attribute::NoReturn) || in isNoReturnDef() 567 !Called->hasFnAttribute(Attribute::NoUnwind)); in isNoReturnDef()
|
/netbsd-src/sys/arch/x68k/stand/libdos/ |
H A D | dos_cerror.S | 2 | Called on errors of DOS calls.
|
H A D | dos_procerr.S | 2 | Called on errors of DOS calls for processes.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MLInlineAdvisor.cpp | 89 auto *Called = CS->getCalledFunction(); in MLInlineAdvisor() local 90 auto Pos = FunctionLevels.find(Called); in MLInlineAdvisor()
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/ |
H A D | asm-defs.m4 | 382 dnl Called: m4_assert_numargs_internal(`macroname',wantargs,$#,len(`$1')) 386 dnl Called: m4_assert_numargs_internal_check(`macroname',wantargs,gotargs) 398 dnl Called: m4_numargs_count($#,len(`$1')) 449 dnl Called: m4_assert_onearg(`macroname',$#) 472 dnl Called: m4_assert_numargs_range_internal(`name',low,high,$#,len(`$1')) 477 dnl Called: m4_assert_numargs_range_check(`name',low,high,gotargs) 509 dnl Called: m4_assert_defined_internal(`macroname',`define_required') 664 dnl Called: forloop_internal(`var',last,statement) 755 dnl Called: m4_log2_internal(n,2**n,target) 814 dnl Called: m4_popcount_internal(count,rem) [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | SanitizerCoverage.rst | 284 // Called before a comparison instruction. 291 // Called before a comparison instruction if exactly one of the arguments is constant. 299 // Called before a switch statement. 306 // Called before a division statement. 311 // Called before a GetElemementPtr (GEP) instruction
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/ |
H A D | x86-defs.m4 | 107 dnl Called: PROLOGUE_cpu(GSYM_PREFIX`'foo) 412 dnl Called: defframe_empty_if_zero(expression) 419 dnl Called: defframe_check_notbelow(`name',offset,FRAME) 647 dnl Called: define_cmov_many(cond,tttn,cond,tttn,...) 652 dnl Called: define_cmov(cond,tttn) 664 dnl Called: cmov_internal(name,tttn,src,dst) 864 dnl Called: shd_instruction(op,count,src,dst)
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc32/ |
H A D | aix.m4 | 35 dnl Called: PROLOGUE_cpu(GSYM_PREFIX`'foo)
|