Home
last modified time | relevance | path

Searched defs:Opts (Results 1 – 25 of 85) sorted by relevance

1234

/external/clang/lib/Basic/
DTargets.cpp46 const LangOptions &Opts) { in DefineStd()
83 OSTargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in OSTargetInfo()
85 void getTargetDefines(const LangOptions &Opts, in getTargetDefines()
97 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines()
109 CloudABITargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in CloudABITargetInfo()
113 static void getDarwinDefines(MacroBuilder &Builder, const LangOptions &Opts, in getDarwinDefines()
225 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines()
232 DarwinTargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in DarwinTargetInfo()
289 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines()
300 DragonFlyBSDTargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in DragonFlyBSDTargetInfo()
[all …]
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport()
45 ReportOptions Opts) { in handleTypeMismatchImpl()
109 ReportOptions Opts) { in handleIntegerOverflowImpl()
143 ReportOptions Opts) { in handleNegateOverflowImpl()
177 ValueHandle RHS, ReportOptions Opts) { in handleDivremOverflowImpl()
221 ReportOptions Opts) { in handleShiftOutOfBoundsImpl()
270 ReportOptions Opts) { in handleOutOfBoundsImpl()
297 ReportOptions Opts) { in handleBuiltinUnreachableImpl()
308 static void handleMissingReturnImpl(UnreachableData *Data, ReportOptions Opts) { in handleMissingReturnImpl()
322 ReportOptions Opts) { in handleVLABoundNotPositive()
[all …]
Dubsan_handlers_cxx.cc36 ReportOptions Opts) { in HandleDynamicTypeCacheMiss()
99 bool ValidVtable, ReportOptions Opts) { in HandleCFIBadType()
/external/gwp_asan/gwp_asan/tests/
Dharness.h45 gwp_asan::options::Options Opts; in SetUp() local
66 gwp_asan::options::Options Opts; in InitNumSlots() local
87 gwp_asan::options::Options Opts; in SetUp() local
Dlate_init.cpp19 gwp_asan::options::Options Opts; in TEST() local
Doptions.cpp29 gwp_asan::options::Options Opts = gwp_asan::options::getOptions(); in TEST() local
/external/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h47 LLVMSymbolizer(const Options &Opts = Options()) : Opts(Opts) {} in Opts() argument
105 Options Opts; variable
/external/clang/lib/Index/
DIndexingAction.cpp78 IndexingOptions Opts) in IndexActionBase()
94 IndexingOptions Opts) in IndexAction()
115 IndexingOptions Opts) in WrappingIndexAction()
150 IndexingOptions Opts, in createIndexingAction()
171 IndexingOptions Opts) { in indexASTUnit()
/external/rust/crates/codespan-reporting/examples/
Dterm.rs16 pub struct Opts { struct
29 let opts = Opts::from_args(); in main() argument
Dreusable_diagnostic.rs10 pub struct Opts { struct
17 color: ColorArg,
/external/clang/lib/Frontend/
DCompilerInvocation.cpp155 static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args, in ParseAnalyzerArgs()
307 static bool ParseMigratorArgs(MigratorOptions &Opts, ArgList &Args) { in ParseMigratorArgs()
313 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) { in ParseCommentArgs()
381 static void setPGOInstrumentor(CodeGenOptions &Opts, ArgList &Args, in setPGOInstrumentor()
403 static void setPGOUseInstrumentor(CodeGenOptions &Opts, in setPGOUseInstrumentor()
420 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, in ParseCodeGenArgs()
850 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()
918 bool clang::ParseDiagnosticArgs(DiagnosticOptions &Opts, ArgList &Args, in ParseDiagnosticArgs()
1040 static void ParseFileSystemArgs(FileSystemOptions &Opts, ArgList &Args) { in ParseFileSystemArgs()
1068 static InputKind ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args, in ParseFrontendArgs()
[all …]
/external/clang/unittests/StaticAnalyzer/
DAnalyzerOptionsTest.cpp18 AnalyzerOptions Opts; in TEST() local
58 AnalyzerOptions Opts; in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h52 LLVMSymbolizer(const Options &Opts) : Opts(Opts) {} in LLVMSymbolizer()
131 Options Opts; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiHashing.cpp29 ClassOptions Opts = Rec.getOptions(); in getHashForUdt() local
58 ClassOptions Opts = Deserialized.getOptions(); in getTagRecordHashForUdt() local
/external/clang/tools/driver/
Dcc1as_main.cpp158 bool AssemblerInvocation::CreateFromArgs(AssemblerInvocation &Opts, in CreateFromArgs()
260 getOutputStream(AssemblerInvocation &Opts, DiagnosticsEngine &Diags, in getOutputStream()
282 static bool ExecuteAssembler(AssemblerInvocation &Opts, in ExecuteAssembler()
475 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable()); in cc1as_main() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DFuzzerCLI.cpp45 SmallVector<StringRef, 4> Opts; in handleExecNameEncodedBEOpts() local
82 SmallVector<StringRef, 4> Opts; in handleExecNameEncodedOptimizerOpts() local
/external/llvm/tools/llvm-cov/
DSourceCoverageViewText.h31 CoveragePrinterText(const CoverageViewOptions &Opts) in CoveragePrinterText()
DSourceCoverageViewHTML.h31 CoveragePrinterHTML(const CoverageViewOptions &Opts) in CoveragePrinterHTML()
DSourceCoverageView.h102 const CoverageViewOptions &Opts; variable
112 CoveragePrinter(const CoverageViewOptions &Opts) : Opts(Opts) {} in CoveragePrinter()
DSourceCoverageViewText.cpp49 unsigned getCombinedColumnWidth(const CoverageViewOptions &Opts) { in getCombinedColumnWidth()
56 unsigned getDividerWidth(const CoverageViewOptions &Opts) { in getDividerWidth()
/external/rust/crates/structopt/tests/
Dissues.rs124 struct Opts { in issue_418() struct
127 command: Command, in issue_418()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DContext.cpp31 Context::createDefaultPipeline(const PipelineOptions &Opts, SourceMgr &SrcMgr) { in createDefaultPipeline()
/external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dincrement.pass.cpp268 auto Opts = AllowEAccess ? directory_options::skip_permission_denied in TEST_CASE() local
354 auto Opts = AllowEAccess ? directory_options::skip_permission_denied in TEST_CASE() local
438 auto Opts = AllowEAccess ? directory_options::skip_permission_denied in TEST_CASE() local
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp174 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable()); in ExecuteCompilerInvocation() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileUtils.cpp28 irManglingOptionsFromTargetOptions(const TargetOptions &Opts) { in irManglingOptionsFromTargetOptions()

1234