Home
last modified time | relevance | path

Searched defs:CompilerOptions (Results 1 – 13 of 13) sorted by relevance

/third_party/gn/src/gn/
Dvisual_studio_utils.h13 struct CompilerOptions { struct
17 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
Dqt_creator_writer.cc187 struct CompilerOptions { struct
188 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyMetadata.cpp34 const char CompilerOptions[] = "opencl.compiler.options"; variable
/third_party/typescript/tests/baselines/reference/
DAPISample_watcher.js28 function watch(rootFileNames: string[], options: ts.CompilerOptions) {
/third_party/typescript/src/compiler/
Dparser.ts614 let sourceFileCompilerOptions: CompilerOptions; enumerator
Dbuilder.ts9 skippedOn?: keyof CompilerOptions; property
/third_party/typescript/lib/
Dprotocol.d.ts2573 interface CompilerOptions { interface
Dtypescript.d.ts2807 export interface CompilerOptions { interface
DtypescriptServices.d.ts2807 export interface CompilerOptions { interface
Dtsserverlibrary.d.ts2807 export interface CompilerOptions { interface
/third_party/typescript/src/server/
Dprotocol.ts3325 export interface CompilerOptions { interface
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2840 export interface CompilerOptions { interface
Dtsserverlibrary.d.ts2840 export interface CompilerOptions { interface