Searched defs:CompilerOptions (Results 1 – 13 of 13) 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
28 function watch(rootFileNames: string[], options: ts.CompilerOptions) {
614 let sourceFileCompilerOptions: CompilerOptions; enumerator
9 skippedOn?: keyof CompilerOptions; property
2573 interface CompilerOptions { interface
2807 export interface CompilerOptions { interface
3325 export interface CompilerOptions { interface
2840 export interface CompilerOptions { interface