Lines Matching full:if

17 #  with this program; if not, write to the Free Software Foundation, Inc.,
47 This method will be called when a #if, #ifdef, #ifndef or #elif
48 evaluates True, or when we reach the #else in a #if, #ifdef,
54 p = self.stack[-1] if self.stack else self.default_table
64 This method will be called when a #if, #ifdef, #ifndef or #elif
65 evaluates False, or when we reach the #else in a #if, #ifdef,
82 if cmd == 'del':
110 if (os.strerror(e.errno) == "No such file or directory"):
123 if rtconfig.PLATFORM == 'gcc':
125 if not os.path.isfile('cconfig.h'):
130 if os.path.isfile('cconfig.h'):
132 if f:
177 'If things goes well, scan-build will instruct you to invoke scan-view.')
234 if tgt_name:
237 if GetOption('clang-analyzer'):
255 if not os.path.exists(rtconfig.EXEC_PATH):
256 if 'RTT_EXEC_PATH' in os.environ:
262 if rtconfig.PLATFORM == 'armcc':
263 if not os.path.isfile(os.path.join(rtconfig.EXEC_PATH, 'armcc.exe')):
264 if rtconfig.EXEC_PATH.find('bin40') > 0:
284 if env['PLATFORM'] == 'win32':
289 if env['PLATFORM'] == 'win32':
312 if GetOption('clang-analyzer'):
320 env["ENV"].update(x for x in os.environ.items() if x[0].startswith("CCC_"))
335 if rtconfig.PLATFORM == 'gcc' and str(env['LINKFLAGS']).find('nano.specs') != -1:
338 if GetOption('genconfig'):
343 if env['PLATFORM'] != 'win32':
349 if GetOption('menuconfig'):
365 if GetOption('pyconfig_silent'):
377 if configfn:
383 if not GetOption('verbose'):
395 if GetDepend('RT_USING_CPLUSPLUS'):
396 if env['LINK'].find('gcc') != -1:
400 # have their own components etc. If they point to the same folder, SCons
409 if not has_libcpu:
429 if env['PLATFORM'] == 'win32':
468 if type(depend) == type('str'):
469 if not depend in BuildOptions or BuildOptions[depend] == 0:
478 if item != '':
479 if not item in BuildOptions or BuildOptions[item] == 0:
501 if type(depend) == type('str'):
502 if not depend in options or options[depend] == 0:
511 if item != '':
512 if not item in options or options[item] == 0:
522 if 'CCFLAGS' in group:
523 if 'CCFLAGS' in src_group:
527 if 'CPPPATH' in group:
528 if 'CPPPATH' in src_group:
532 if 'CPPDEFINES' in group:
533 if 'CPPDEFINES' in src_group:
537 if 'ASFLAGS' in group:
538 if 'ASFLAGS' in src_group:
544 if 'LOCAL_CCFLAGS' in group:
545 if 'LOCAL_CCFLAGS' in src_group:
549 if 'LOCAL_CPPPATH' in group:
550 if 'LOCAL_CPPPATH' in src_group:
554 if 'LOCAL_CPPDEFINES' in group:
555 if 'LOCAL_CPPDEFINES' in src_group:
560 if 'LINKFLAGS' in group:
561 if 'LINKFLAGS' in src_group:
565 if 'LIBS' in group:
566 if 'LIBS' in src_group:
570 if 'LIBPATH' in group:
571 if 'LIBPATH' in src_group:
575 if 'LOCAL_ASFLAGS' in group:
576 if 'LOCAL_ASFLAGS' in src_group:
583 if not GetDepend(depend):
589 if g['name'] == name:
591 if group_path == '':
597 if type(src) == type([]):
602 if 'CCFLAGS' in group:
604 if 'CPPPATH' in group:
610 if 'CPPDEFINES' in group:
612 if 'LINKFLAGS' in group:
614 if 'ASFLAGS' in group:
616 if 'LOCAL_CPPPATH' in group:
623 if rtconfig.PLATFORM == 'gcc':
624 if 'CCFLAGS' in group:
626 if 'LOCAL_CCFLAGS' in group:
630if GetOption('cleanlib') and os.path.exists(os.path.join(group['path'], GroupLibFullName(name, Env…
631 if group['src'] != []:
634 if os.path.exists(fn):
637 if 'LIBS' in group:
639 if 'LIBPATH' in group:
643 if 'LIBRARY' in group:
651 if g['name'] == name:
681 if rtconfig.PLATFORM == 'armcc':
694 if Group['name'] == lib_name:
707 if type(item) == type([]):
715if 'LOCAL_CCFLAGS' in group or 'LOCAL_CPPPATH' in group or 'LOCAL_CPPDEFINES' in group or 'LOCAL_A…
734 if lib_name:
738 if Group['name'] == lib_name:
740 if not local_group(Group, objects):
752 if 'LOCAL_CCFLAGS' in group or 'LOCAL_CPPPATH' in group or 'LOCAL_CPPDEFINES' in group:
755if source.abspath == obj.abspath or (len(obj.sources) > 0 and source.abspath == obj.sources[0].abs…
768 if GetOption('target') == 'mdk':
774 if template:
778 if template:
782 if template:
787 if GetOption('target') == 'mdk4':
791 if GetOption('target') == 'mdk5':
795 if GetOption('target') == 'iar':
799 if GetOption('target') == 'vs':
803 if GetOption('target') == 'vs2012':
807 if GetOption('target') == 'cb':
811 if GetOption('target') == 'ua':
815 if GetOption('target') == 'vsc':
819 if GetOption('target') == 'cdk':
823 if GetOption('target') == 'ses':
835 if hasattr(rtconfig, 'BSP_LIBRARY_TYPE'):
838 if hasattr(rtconfig, 'dist_handle'):
847 if GetOption('target'):
851 if GetOption('make-dist') and program != None:
854 if GetOption('make-dist-strip') and program != None:
858 if GetOption('cscope'):
862 if not GetOption('help') and not GetOption('target'):
863 if not os.path.exists(rtconfig.EXEC_PATH):
867 if need_exit:
871 if not src:
876 if type(remove) == type('str'):
877 if os.path.isabs(remove):
882 if type(item) == type('str'):
887 if os.path.isabs(item_str):
891 if item_str == remove:
896 if os.path.isabs(remove_str):
901 if type(item) == type('str'):
906 if os.path.isabs(item_str):
910 if item_str == remove_str:
930 if 'RT_REVISION' in def_ns:
946 if os.path.isdir(full_subdir):