| /llvm-project-15.0.7/bolt/test/X86/Inputs/ |
| H A D | inlined.cpp | 4 inline int answer() __attribute__((always_inline)); 5 inline int answer() { return 42; } in answer() function 16 int x = answer(); in main() 17 int y = answer(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.async/ |
| H A D | async_race.38682.pass.cpp | 42 int answer = fut.get(); in main() local 43 assert(answer == 55); in main() 51 int& answer = fut.get(); in main() local 52 assert(answer == i); in main()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | PredicateTree.h | 33 : position(pos), question(predicate.first), answer(predicate.second) {} in PositionalPredicate() 42 Qualifier *answer; member 110 BoolNode(Position *position, Qualifier *question, Qualifier *answer, 121 Qualifier *getAnswer() const { return answer; } in getAnswer() 128 Qualifier *answer;
|
| H A D | PDLToPDLInterp.cpp | 365 Qualifier *answer = boolNode->getAnswer(); in generate() local 391 auto *opNameAnswer = cast<OperationNameAnswer>(answer); in generate() 397 auto *ans = cast<TypeAnswer>(answer); in generate() 407 auto *ans = cast<AttributeAnswer>(answer); in generate() 415 loc, val, cast<UnsignedAnswer>(answer)->getValue(), in generate() 422 loc, val, cast<UnsignedAnswer>(answer)->getValue(), in generate() 427 bool trueAnswer = isa<TrueAnswer>(answer); in generate()
|
| H A D | PredicateTree.cpp | 910 predicate.answer); in generateMatcherTree() 978 BoolNode::BoolNode(Position *position, Qualifier *question, Qualifier *answer, in BoolNode() argument 983 answer(answer), successNode(std::move(successNode)) {} in BoolNode()
|
| /llvm-project-15.0.7/lld/test/ELF/Inputs/ |
| H A D | relocation-relative-absolute.s | 1 .globl answer 2 answer = 42 define
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | check_args.py | 11 answer = (platform.system() == "Windows" and variable 14 print(answer)
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbinline.py | 173 answer = value.GetSummary() 175 answer = value.GetValue() 177 expression, expected_result, answer) 178 self.assertTrue(answer == expected_result, report_str)
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | relocation-relative-absolute.s | 10 # CHECK: error: relocation R_X86_64_PLT32 cannot refer to absolute symbol: answer 14 call answer@PLT
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | global.ll | 14 ; CHECK-NEXT: i32.load $push1=, answer($pop0){{$}} 17 %a = load i32, i32* @answer 64 ; CHECK: .type answer,@object 66 ; CHECK-NEXT: answer: 68 ; CHECK-NEXT: .size answer, 4{{$}} 69 @answer = internal global i32 42
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | rewrite-modern-ivars-2.mm | 36 // answer is. 48 // answer is.
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | arc-cf.m | 57 NSString* answer = @"42"; 58 …int ans = CFStringGetIntValue(answer); // expected-error {{incompatible pointer types passing reta…
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | construct-bool.test | 4 answer: NO
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ |
| H A D | README.rst | 8 (pty) is the answer.
|
| /llvm-project-15.0.7/openmp/runtime/tools/lib/ |
| H A D | tools.pm | 541 my $answer = shift( @_ ); 543 my $a = ( defined( $answer ) ? $$answer : undef ); 569 if ( defined( $answer ) ) { 570 $$answer = $a;
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2001-02-06-TypeNotationDebateResp1.txt | 15 But in fact, if you read the entire answer carefully, he came to the same 52 the answer is the former. Sometimes, you have to give up a better idea
|
| H A D | 2001-02-06-TypeNotationDebateResp4.txt | 1 > But in fact, if you read the entire answer carefully, he came to the same 78 > the answer is the former. Sometimes, you have to give up a better idea
|
| H A D | 2000-11-18-EarlyDesignIdeas.txt | 45 execute different code depending on the answer, somewhat like
|
| /llvm-project-15.0.7/llvm/docs/GlobalISel/ |
| H A D | InstructionSelect.rst | 66 There's no standard answer for other PatLeafs. Some standard predicates have
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 1476 (lldb) type summary add --summary-string "the answer is ${*var.ptr}" JustADemo in CommandObjectTypeSummaryAdd() 1478 …ntly displaying demo_instance with 'frame variable' or 'expression' will display "the answer is 42" in CommandObjectTypeSummaryAdd() 1480 (lldb) type summary add --summary-string "the answer is ${*var.ptr}, and the question is ${var.valu… in CommandObjectTypeSummaryAdd() 1482 …ng demo_instance with 'frame variable' or 'expression' will display "the answer is 42 and the ques… in CommandObjectTypeSummaryAdd() 1490 (lldb) type summary add --summary-string "the answer is ${var.ptr}, and the question is ${var.value… in CommandObjectTypeSummaryAdd()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GetElementPtr.rst | 30 Quick answer: The index stepping through the second operand. 61 The answer is simply because memory does not have to be accessed to perform the 141 Quick answer: there are no superfluous indices. 175 Quick answer: nothing.
|
| H A D | MarkdownQuickstartTemplate.md | 30 Try to answer the following questions in your first section:
|
| H A D | ExtendedIntegerResults.txt | 15 Knowing the answer to this is important for two reasons: 1) we want to be able
|
| /llvm-project-15.0.7/llvm/test/Analysis/BlockFrequencyInfo/ |
| H A D | irreducible.ll | 102 ; The "correct" answer is: float = 2.142857{{[0-9]*}}, 107 ; The "correct" answer is: float = 1.857142{{[0-9]*}},
|
| /llvm-project-15.0.7/mlir/test/Conversion/TosaToArith/ |
| H A D | tosa-to-arith.mlir | 120 // Shift and truncate final answer.
|