| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | intrinsics.cpp | 162 TestCall{defaults, table, "bad"} in TestIntrinsics() 165 TestCall{defaults, table, "abs"} in TestIntrinsics() 168 TestCall{defaults, table, "abs"} in TestIntrinsics() 171 TestCall{defaults, table, "abs"} in TestIntrinsics() 175 TestCall{defaults, table, "abs"} in TestIntrinsics() 179 TestCall{defaults, table, "abs"} in TestIntrinsics() 183 TestCall{defaults, table, "abs"} in TestIntrinsics() 187 TestCall{defaults, table, "abs"} in TestIntrinsics() 212 TestCall maxCallR{defaults, table, "max"}, maxCallI{defaults, table, "min"}, in TestIntrinsics() 213 max0Call{defaults, table, "max0"}, max1Call{defaults, table, "max1"}, in TestIntrinsics() [all …]
|
| H A D | folding.cpp | 46 Fortran::common::IntrinsicTypeDefaultKinds defaults; in TestHostRuntimeSubnormalFlushing() local 47 auto intrinsics{Fortran::evaluate::IntrinsicProcTable::Configure(defaults)}; in TestHostRuntimeSubnormalFlushing() 53 messages, defaults, intrinsics, flushingTargetCharacteristics}; in TestHostRuntimeSubnormalFlushing() 55 messages, defaults, intrinsics, noFlushingTargetCharacteristics}; in TestHostRuntimeSubnormalFlushing()
|
| H A D | expression.cpp | 22 Fortran::common::IntrinsicTypeDefaultKinds defaults; in main() local 23 auto intrinsics{Fortran::evaluate::IntrinsicProcTable::Configure(defaults)}; in main() 25 FoldingContext context{Fortran::parser::ContextualMessages{nullptr}, defaults, in main()
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/ |
| H A D | ToolBase.py | 29 def add_tool_arguments(self, parser, defaults): argument 39 class defaults(object): class 88 defaults.working_directory = os.path.join(tempfile.gettempdir(), 97 display_default=defaults.working_directory, 105 self.add_tool_arguments(self.parser, defaults) 119 return options, defaults 121 def handle_base_options(self, defaults): argument 122 self.handle_options(defaults) 127 options.working_directory = defaults.working_directory 130 def handle_options(self, defaults): argument
|
| H A D | TestToolBase.py | 30 def add_tool_arguments(self, parser, defaults): argument 33 add_debugger_tool_arguments(parser, self.context, defaults) 52 def handle_options(self, defaults): argument 76 handle_debugger_tool_options(self.context, defaults)
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/ |
| H A D | Debuggers.py | 56 def add_debugger_tool_base_arguments(parser, defaults): argument 63 display_default=defaults.lldb_executable, 67 def add_debugger_tool_arguments(parser, context, defaults): argument 71 add_debugger_tool_base_arguments(parser, defaults) 91 defaults.show_debugger = False 97 defaults.arch = 'x86_64' 103 display_default=defaults.arch, 105 defaults.source_root_dir = '' 136 handle_debugger_tool_base_options(context, defaults) 139 options.arch = defaults.arch [all …]
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | darwin-objc-defaults.m | 1 // Check non-fragile ABI and dispatch method defaults. 12 // CHECK-CHECK-I386_OSX10_5: darwin-objc-defaults 21 // CHECK-CHECK-I386_OSX10_6: darwin-objc-defaults 30 // CHECK-CHECK-I386_IPHONE3_0: darwin-objc-defaults 49 // CHECK-CHECK-X86_64_OSX10_5: darwin-objc-defaults 57 // CHECK-CHECK-X86_64_OSX10_6: darwin-objc-defaults 65 // CHECK-CHECK-X86_64_IPHONE3_0: darwin-objc-defaults 76 // CHECK-CHECK-ARMV7_OSX10_5: darwin-objc-defaults 85 // CHECK-CHECK-ARMV7_OSX10_6: darwin-objc-defaults 94 // CHECK-CHECK-ARMV7_IPHONE3_0: darwin-objc-defaults [all …]
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/list_debuggers/ |
| H A D | Tool.py | 27 def add_tool_arguments(self, parser, defaults): argument 29 add_debugger_tool_base_arguments(parser, defaults) 31 def handle_options(self, defaults): argument 32 handle_debugger_tool_base_options(self.context, defaults)
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | method-not-defined.m | 10 …lloc' not found (return type defaults to 'id')}} expected-warning {{instance method '-init' not fo… 11 …ed]; // expected-warning {{instance method '-notdefined' not found (return type defaults to 'id')}} 12 …3]; // expected-warning {{instance method '-whatever:::' not found (return type defaults to 'id')}}
|
| H A D | call-super-2.m | 38 …/ expected-warning {{class method '+class_func0' not found (return type defaults to 'id'); did you… 39 …c0]; // expected-warning {{class method '+class_func0' not found (return type defaults to 'id')}} 58 …0]; // expected-warning {{class method '+class_func0' not found (return type defaults to 'id')}} 59 …nc0]; // expected-warning {{class method '+class_func0' not found (return type defaults to 'id')}} 71 …cted-warning {{instance method '-instance_func0' not found (return type defaults to 'id'); did you… 88 …]; // expected-warning {{class method '+instance_func1' not found (return type defaults to 'id')}} 89 …1]; // expected-warning {{class method '+instance_func1' not found (return type defaults to 'id')}}
|
| H A D | protocol-archane.m | 11 …>)x); // expected-warning {{protocol has no object type specified; defaults to qualified 'id'… 13 …bar]; // expected-warning {{protocol has no object type specified; defaults to qualified 'id'… 40 …roken>)a { // expected-warning {{protocol has no object type specified; defaults to qualified 'id'…
|
| H A D | missing-method-return-type.m | 5 - initWithFoo:(id)foo; // expected-warning {{method has no return type specified; defaults to 'id'… 9 …(id)foo { return 0; } // expected-warning {{method has no return type specified; defaults to 'id'}}
|
| H A D | objc-container-subscripting-1.m | 14 …d-warning {{instance method '-objectAtIndexedSubscript:' not found (return type defaults to 'id')}} 16 …rning {{instance method '-setObject:atIndexedSubscript:' not found (return type defaults to 'id')}}
|
| H A D | class-method-lookup.m | 23 …[self instanceMethod];// expected-warning {{'+instanceMethod' not found (return type defaults to '… 24 … instanceMethod];// expected-warning {{'+instanceMethod' not found (return type defaults to 'id')}}
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-addr2line.rst | 15 tool with different defaults. The goal is to make it a drop-in replacement for 22 the base from the literal's prefix and defaults to decimal if there is no 25 - ``llvm-addr2line`` defaults not to print function names. Use `-f`_ to enable 28 - ``llvm-addr2line`` defaults not to demangle function names. Use `-C`_ to 31 - ``llvm-addr2line`` defaults not to print inlined frames. Use `-i`_ to show
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | symbols.rst | 20 DebugSymbols.framework also has global defaults that can be modified to allow 23 defaults is **com.apple.DebugSymbols**, and the defaults can be read, written 24 or modified using the **defaults** shell command: 28 % defaults read com.apple.DebugSymbols 29 % defaults write com.apple.DebugSymbols KEY ... 30 % defaults delete com.apple.DebugSymbols KEY 32 The following is a list of the defaults key value setting pairs that can 67 array of strings. When any other defaults are supplied to 74 % defaults write com.apple.DebugSymbols DBGSpotlightPaths -array 268 if the defaults are appropriately set. [all …]
|
| /llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
| H A D | templates.cpp | 132 …void defaults(int x = []{ return T(); }()) { }; // expected-error{{cannot initialize a parameter o… in __anonca379c690b02() function 136 defaults<int>(); in call_defaults() 137 defaults<float>(); in call_defaults() 138 …defaults<int*>(); // expected-note{{in instantiation of default function argument expression for '… in call_defaults()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PowerPC/ |
| H A D | debugger-tune.ll | 1 ; Verify target-based defaults for "debugger tuning," and the ability to 2 ; override defaults. 5 ; Verify defaults for various targets. 10 ; We can override defaults.
|
| /llvm-project-15.0.7/clang/test/FixIt/ |
| H A D | fixit-class-method-messaging.m | 18 …h]; // expected-warning {{instance method '-ClassMeth' not found (return type defaults to 'id')}} \ 21 …h]; // expected-warning {{instance method '-ClassMeth' not found (return type defaults to 'id')}} \ 24 …h]; // expected-warning {{instance method '-ClassMeth' not found (return type defaults to 'id')}} \
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | rdar-6540084.m | 25 …edicate' is a forward class and corresponding}} // expected-warning{{return type defaults to 'id'}} 27 … NSArray *GuttenbergNodes = [Guttenberg nodes]; // expected-warning{{return type defaults to 'id'}} 28 …eredArrayUsingPredicate:isSearchablePredicate]; // expected-warning{{return type defaults to 'id'}}
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | debugger-tune.ll | 1 ; Verify target-based defaults for "debugger tuning," and the ability to 2 ; override defaults. 6 ; Verify defaults for various targets. 13 ; We can override defaults.
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | instancetype-test.mm | 57 …InProto2]; // expected-warning{{method '-methodInProto2' not found (return type defaults to 'id')}} 62 …InProto2]; // expected-warning{{method '-methodInProto2' not found (return type defaults to 'id')}} 72 …InProto2]; // expected-warning{{method '-methodInProto2' not found (return type defaults to 'id')}} 75 …InProto2]; // expected-warning{{method '-methodInProto2' not found (return type defaults to 'id')}}
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/no_tool_/ |
| H A D | Tool.py | 28 def add_tool_arguments(self, parser, defaults): argument 41 def handle_options(self, defaults): argument
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/view/ |
| H A D | Tool.py | 27 def add_tool_arguments(self, parser, defaults): argument 37 def handle_options(self, defaults): argument
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/help/ |
| H A D | Tool.py | 27 def add_tool_arguments(self, parser, defaults): argument 35 def handle_options(self, defaults): argument
|