Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 25 of 67) sorted by relevance

123

/llvm-project-15.0.7/bolt/test/X86/Inputs/
H A Dinlined.cpp4 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 Dasync_race.38682.pass.cpp42 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 DPredicateTree.h33 : 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 DPDLToPDLInterp.cpp365 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 DPredicateTree.cpp910 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 Drelocation-relative-absolute.s1 .globl answer
2 answer = 42 define
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dcheck_args.py11 answer = (platform.system() == "Windows" and variable
14 print(answer)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py173 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 Drelocation-relative-absolute.s10 # 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 Dglobal.ll14 ; 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 Drewrite-modern-ivars-2.mm36 // answer is.
48 // answer is.
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc-cf.m57 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 Dconstruct-bool.test4 answer: NO
/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/
H A DREADME.rst8 (pty) is the answer.
/llvm-project-15.0.7/openmp/runtime/tools/lib/
H A Dtools.pm541 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 D2001-02-06-TypeNotationDebateResp1.txt15 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 D2001-02-06-TypeNotationDebateResp4.txt1 > 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 D2000-11-18-EarlyDesignIdeas.txt45 execute different code depending on the answer, somewhat like
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DInstructionSelect.rst66 There's no standard answer for other PatLeafs. Some standard predicates have
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp1476 (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 DGetElementPtr.rst30 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 DMarkdownQuickstartTemplate.md30 Try to answer the following questions in your first section:
H A DExtendedIntegerResults.txt15 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 Dirreducible.ll102 ; 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 Dtosa-to-arith.mlir120 // Shift and truncate final answer.

123