Home
last modified time | relevance | path

Searched refs:elide (Results 1 – 7 of 7) sorted by relevance

/minix/games/tetris/
H A Dtetris.c78 static void elide(void);
103 elide(void) in elide() function
236 elide(); in main()
/minix/usr.bin/mail/
H A Dextern.h222 struct name * elide(struct name *);
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dexceptions.m64 // Landing pad. Note that we elide the re-enter.
/minix/external/bsd/llvm/dist/llvm/docs/
H A DInAlloca.rst121 In this case, we want to be able to elide copies into ``bar``'s argument
/minix/external/public-domain/tz/
H A Dtzdata2netbsd99 # Finally, elide unnecessary '' pairs at the
/minix/external/bsd/llvm/dist/clang/docs/
H A DUsersManual.rst381 .. option:: -fno-elide-type
385 The default for template type printing is to elide as many template
397 -fno-elide-type:
410 -fno-elide-type.
/minix/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DOptions.td479 def fno_elide_type : Flag<["-"], "fno-elide-type">, Group<f_Group>,
481 HelpText<"Do not elide types when printing diagnostics">;
737 def fno_elide_constructors : Flag<["-"], "fno-elide-constructors">, Group<f_Group>,