Searched refs:_midl (Results 1 – 1 of 1) sorted by relevance
/external/v8/tools/gyp/pylib/gyp/ |
D | MSVSSettings.py | 537 _midl = _Tool('VCMIDLTool', 'Midl') variable 546 _AddTool(_midl) 942 _Same(_midl, 'AdditionalIncludeDirectories', _folder_list) # /I 943 _Same(_midl, 'AdditionalOptions', _string_list) 944 _Same(_midl, 'CPreprocessOptions', _string) # /cpp_opt 945 _Same(_midl, 'ErrorCheckAllocations', _boolean) # /error allocation 946 _Same(_midl, 'ErrorCheckBounds', _boolean) # /error bounds_check 947 _Same(_midl, 'ErrorCheckEnumRange', _boolean) # /error enum 948 _Same(_midl, 'ErrorCheckRefPointers', _boolean) # /error ref 949 _Same(_midl, 'ErrorCheckStubData', _boolean) # /error stub_data [all …]
|