Home
last modified time | relevance | path

Searched refs:preprocessor (Results 1 – 25 of 149) sorted by relevance

123456

/freebsd/contrib/ncurses/ncurses/tty/
H A DMKexpanded.sh40 preprocessor="$1"
42 preprocessor="cc -E"
46 preprocessor="$preprocessor $*"
48 preprocessor="$preprocessor -DHAVE_CONFIG_H -I. -I../include"
/freebsd/contrib/file/magic/Magdir/
H A Dtroff9 0 search/1 .\\" troff or preprocessor input text
12 0 search/1 '\\" troff or preprocessor input text
15 0 search/1 '.\\" troff or preprocessor input text
18 0 search/1 \\" troff or preprocessor input text
21 #0 search/1 ''' troff or preprocessor input text
23 0 regex/20l \^\\.[A-Za-z][A-Za-z0-9][\ \t] troff or preprocessor input text
26 0 regex/20l \^\\.[A-Za-z][A-Za-z0-9]$ troff or preprocessor input text
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmaxim,max77686.txt11 (gated/ungated) over I2C. Clocks are defined as preprocessor macros in
16 (gated/ungated) over I2C. Clocks are defined as preprocessor macros in
20 (gated/ungated) over I2C. Clocks are defined as preprocessor macros in
38 Clocks are defined as preprocessor macros in above dt-binding header for
H A Damlogic,meson8b-clkc.txt26 preprocessor macros in the dt-bindings/clock/meson8b-clkc.h header and can be
29 Similarly a preprocessor macro for each reset line is defined in
H A Damlogic,gxbb-aoclkc.txt27 preprocessor macros in the dt-bindings/clock/gxbb-aoclkc.h header and can be
34 preprocessor macros in the dt-bindings/reset/gxbb-aoclkc.h header and can be
H A Dstericsson,abx500.txt11 All available clocks are defined as preprocessor macros in
H A Dexynos5250-clock.txt19 All available clocks are defined as preprocessor macros in
H A Dexynos5420-clock.txt20 All available clocks are defined as preprocessor macros in
H A Dmaxim,max9485.txt28 Clocks are defined as preprocessor macros in the dt-binding header.
H A Dexynos5410-clock.txt20 All available clocks are defined as preprocessor macros in
H A Dsamsung,s2mps11.txt34 Include dt-bindings/clock/samsung,s2mps11.h file to use preprocessor defines
H A Dexynos3250-clock.txt23 All available clocks are defined as preprocessor macros in
/freebsd/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh66 preprocessor="$1 -DNCURSES_WATTR_MACROS -DNCURSES_INTERNALS -I../include"
92 preprocessor="$preprocessor -P"
545 $preprocessor $TMP 2>/dev/null \
/freebsd/contrib/unifdef/
H A DREADME1 unifdef - selectively remove C preprocessor conditionals
5 The unifdef utility selectively processes conditional C preprocessor
/freebsd/contrib/sqlite3/
H A DREADME.txt87 Other preprocessor defines
90 Additionally, preprocessor defines may be specified by using the OPTS macro
91 on the NMAKE command line. However, not all possible preprocessor defines
/freebsd/contrib/unifdef/tests/
H A Ddefundef-broken4.experr1 unifdef: broken4.h: 1: Obfuscated preprocessor control line
H A Dwhitespace-1.experr1 unifdef: whitespace.c: 4: Obfuscated preprocessor control line (#if line 1 depth 1)
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm32 sub preprocessor { subroutine
/freebsd/contrib/ntp/sntp/libevent/
H A DDoxyfile194 # Configuration options related to the preprocessor
198 # evaluate all C-preprocessor directives found in the sources and include
223 # the preprocessor.
235 # are defined before the preprocessor is started (similar to the -D option of
252 # doxygen's preprocessor will remove all function-like macros that are alone
/freebsd/contrib/libevent/
H A DDoxyfile194 # Configuration options related to the preprocessor
198 # evaluate all C-preprocessor directives found in the sources and include
223 # the preprocessor.
235 # are defined before the preprocessor is started (similar to the -D option of
252 # doxygen's preprocessor will remove all function-like macros that are alone
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dpreprocess.t38 $tmpl->preprocessor($py) if ($test & 1) == 1;
/freebsd/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile48 preprocessor \
/freebsd/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h91 Preprocessor &preprocessor() { return Clang->getPreprocessor(); } in preprocessor() function
/freebsd/contrib/ntp/sntp/m4/
H A Ddefine_dir.m47 dnl preprocessor symbol.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td317 "cannot be used in preprocessor constant expression">;
414 "integer overflow in preprocessor expression">;
420 InGroup<DiagGroup<"import-preprocessor-directive-pedantic">>;
517 "unknown%select{ | embed}0 preprocessor parameter '%1'">;
578 def err_pp_expected_rparen : Error<"expected ')' in preprocessor expression">;
580 "expected end of line in preprocessor expression">;
585 "division by zero in preprocessor expression">;
587 "remainder by zero in preprocessor expression">;
589 "token is not a valid binary operator in a preprocessor subexpression">;
593 "invalid token at start of a preprocessor expression">;
[all …]

123456