/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 149 const SimplifyQuery &Q, unsigned MaxRecurse, in simplifyCmpSelCase() 166 const SimplifyQuery &Q, in simplifyCmpSelTrueCase() 175 const SimplifyQuery &Q, in simplifyCmpSelFalseCase() 185 const SimplifyQuery &Q, in handleOtherCmpSelSimplifications() 241 const SimplifyQuery &Q, unsigned MaxRecurse) { in expandBinOp() 276 const SimplifyQuery &Q, in expandCommutativeBinOp() 293 const SimplifyQuery &Q, in simplifyAssociativeBinOp() 396 Value *RHS, const SimplifyQuery &Q, in threadBinOpOverSelect() 474 Value *RHS, const SimplifyQuery &Q, in threadCmpOverSelect() 520 Value *RHS, const SimplifyQuery &Q, in threadBinOpOverPHI() [all …]
|
H A D | ScalarEvolutionDivision.cpp | 85 const SCEV *Q, *R; in divide() local 151 const SCEV *Q, *R; in visitAddExpr() local 188 const SCEV *Q, *R; in visitMulExpr() local 228 const SCEV *Q, *R; in visitMulExpr() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | m9.C | 4 struct Q { struct 15 Q qqq; argument
|
H A D | memtemp88.C | 7 struct Q { struct 14 Y<> y;
|
H A D | memtemp86.C | 7 struct Q { struct
|
H A D | memtemp85.C | 7 struct Q { struct
|
H A D | friend38.C | 8 friend Q; // ERROR - template parameters cannot be friends member
|
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/ |
H A D | a.19.1.f90 | 2 SUBROUTINE F1(Q) argument 6 INTEGER Q local 12 SUBROUTINE F2(Q) argument 16 INTEGER Q local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | map_test.cpp | 56 void *Q = in TEST() local 70 void *Q = in TEST() local
|
/openbsd-src/lib/libm/src/ld80/ |
H A D | s_erfl.c | 251 long double R, S, P, Q, s, y, z, r; in erfl() local 333 long double R, S, P, Q, s, y, z, r; in erfcl() local
|
H A D | e_log2l.c | 83 static long double Q[] = { variable
|
H A D | e_logl.c | 83 static long double Q[] = { variable
|
H A D | e_expl.c | 84 static long double Q[4] = { variable
|
/openbsd-src/regress/lib/libcrypto/ec/ |
H A D | ectest.c | 104 EC_POINT *Q = EC_POINT_new(group); group_order_tests() local 174 EC_POINT *P, *Q, *R; prime_field_tests() local [all...] |
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | decl5.C | 34 struct ::Q { // ERROR XFAIL - ::Q not a member of B struct 35 int m;
|
H A D | lookup20.C | 7 typedef A Q; typedef
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 568 std::shared_ptr<AsynchronousSymbolQuery> Q, in InProgressFullLookupState() 589 std::shared_ptr<AsynchronousSymbolQuery> Q; member in llvm::orc::InProgressFullLookupState 1011 for (auto &Q : MI.takeQueriesMeeting(SymbolState::Resolved)) { in resolve() local 1024 for (auto &Q : CompletedQueries) { in resolve() local 1146 for (auto &Q : in emit() local 1164 for (auto &Q : MI.takeQueriesMeeting(SymbolState::Ready)) { in emit() local 1179 for (auto &Q : CompletedQueries) { in emit() local 1295 for (auto &Q : MII->second.pendingQueries()) { in failSymbols() local 1300 for (auto &Q : ToDetach) in failSymbols() local 1465 for (const auto &Q : KV.second.pendingQueries()) in dump() local [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | VLIWMachineScheduler.cpp | 511 const ReadyQueue &Q, SUnit *SU, in traceCandidate() 526 ReadyQueue &Q) { in readyQueueVerboseDump() 596 int ConvergingVLIWScheduler::SchedulingCost(ReadyQueue &Q, SUnit *SU, in SchedulingCost() 772 ReadyQueue &Q = Zone.Available; in pickNodeFromQueue() local
|
H A D | LiveRegMatrix.cpp | 180 LiveIntervalUnion::Query &Q = Queries[RegUnit]; in query() local 232 LiveIntervalUnion::Query Q; in checkInterference() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 920624-1.c | 1 int B[],Q[]; variable
|
/openbsd-src/lib/libcrypto/modes/asm/ |
H A D | ghash-armv4.pl | 319 sub Q() { shift=~m|d([1-3]?[02468])|?"q".($1/2):""; } subroutine
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | pmf9.C | 8 Q() { kp = new K; } in Q() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 209 std::deque<Value *> Q; member 288 WorkListType Q; in INITIALIZE_PASS_DEPENDENCY() local 334 WorkListType Q; in initialize() local 402 WorkListType Q; in subst() local 435 WorkListType Q; in replace() local 496 WorkListType Q; in find() local 536 WorkListType Q; in simplify() local 613 Value *Q = nullptr; member 746 Value *Q = nullptr, *R = nullptr, *Y = nullptr, *Z = nullptr; in matchLeftShift() local 841 Value *R = nullptr, *Q = nullptr; in matchRightShift() local [all …]
|
/openbsd-src/gnu/llvm/clang/lib/DirectoryWatcher/windows/ |
H A D | DirectoryWatcher-windows.cpp | 47 std::queue<DirectoryWatcher::Event> Q; member in __anon915907580111::DirectoryWatcherWindows::EventQueue 70 } Q; member in __anon915907580111::DirectoryWatcherWindows
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | lib1funcs.asm | 152 #define Q RETREG macro 157 #define Q RETREG macro
|