Home
last modified time | relevance | path

Searched refs:Called (Results 1 – 25 of 157) sorted by relevance

1234567

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dplugin.def20 /* 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 Dplugin.def20 /* 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 Dmsg.mi.en160 /* 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 Dmsg.mi.de169 /* 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 Dmsg.mi.es167 /* 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 Dmsg.mi.fr169 /* 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 Dmsg.entropy.en96 /* Called with: Example
102 /* Called with: Example
H A Dmsg.entropy.de97 /* Called with: Example
103 /* Called with: Example
H A Dmsg.entropy.es96 /* Called with: Example
102 /* Called with: Example
H A Dmsg.entropy.fr96 /* Called with: Example
102 /* Called with: Example
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dplugins.texi180 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 Dplugins.texi180 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 Dm68k-defs.m442 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 Dexample0.rst45 Called just once on module load.
60 Called just once on module load.
79 Called just once on module unload.
H A Dexample6.rst37 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 Dtargets.texi209 /* 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 Dtargets.texi246 /* 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 DMachineRegisterInfo.cpp565 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 Ddos_cerror.S2 | Called on errors of DOS calls.
H A Ddos_procerr.S2 | Called on errors of DOS calls for processes.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp89 auto *Called = CS->getCalledFunction(); in MLInlineAdvisor() local
90 auto Pos = FunctionLevels.find(Called); in MLInlineAdvisor()
/netbsd-src/external/lgpl3/gmp/dist/mpn/
H A Dasm-defs.m4382 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 DSanitizerCoverage.rst284 // 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 Dx86-defs.m4107 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 Daix.m435 dnl Called: PROLOGUE_cpu(GSYM_PREFIX`'foo)

1234567