Searched defs:CompilerOptions (Results 1 – 12 of 12) 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) {
120 interface CompilerOptions { interface
1373 let sourceFileCompilerOptions: CompilerOptions; enumerator
91 skippedOn?: keyof CompilerOptions; property
3555 export interface CompilerOptions { interface
2861 interface CompilerOptions { interface7288 interface CompilerOptions { interface
3285 interface CompilerOptions { interface