Searched defs:CompilerOptions (Results 1 – 14 of 14) sorted by relevance
13 struct CompilerOptions { struct17 std::string additional_options;18 std::string buffer_security_check;19 std::string forced_include_files;20 std::string disable_specific_warnings;21 std::string optimization;45 void ParseCompilerOption(const std::string& cflag, CompilerOptions* options); argument
187 struct CompilerOptions { struct188 std::optional<CVersion> c_version_;189 std::optional<CxxVersion> cxx_version_;191 void SetCVersion(CVersion ver) { SetVersionImpl(c_version_, ver); } in SetCVersion()193 void SetCxxVersion(CxxVersion ver) { SetVersionImpl(cxx_version_, ver); } in SetCxxVersion()197 void SetVersionImpl(std::optional<Version>& cur_ver, Version ver) { in SetVersionImpl()
34 const char CompilerOptions[] = "opencl.compiler.options"; variable
29 function watch(rootFileNames: string[], options: ts.CompilerOptions) {
121 interface CompilerOptions { interface
943 let sourceFileCompilerOptions: CompilerOptions; enumerator
9 skippedOn?: keyof CompilerOptions; property
3532 export interface CompilerOptions { interface
2773 interface CompilerOptions { interface
3075 export interface CompilerOptions { interface