Home
last modified time | relevance | path

Searched defs:U1 (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
Dlayout1.C30 struct U1 struct
38 if (sizeof (U) != sizeof (U1)) in main() argument
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
Dcrash13.C32 gen_op U1; in Spul_U_axis() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
Dfriend10.C17 typedef Object<Tag1> U1; typedef
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/
Dasan_test_utils.h57 typedef uint8_t U1; typedef
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
D20011021-1.c34 union u U1 = { .i = 1 }; /* { dg-bogus "initialization of union" } */ variable
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DStringExtras.h197 unsigned U1 = hexDigitValue(MSB); in tryGetHexFromNibbles() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp241 Instruction *U1 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV() local
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h162 uint32_t U1 = 0; member
/openbsd/src/gnu/usr.bin/gcc/contrib/
Dparanoia.cc989 FLOAT OneUlp, UfThold, U1, U2; member
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp1491 for (auto *U1 : Users) in computeShouldLiveOnFrame() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp731 SDValue U1 = U->getOperand(1); in IsProfitableToFold() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2459 Use &U1 = std::get<1>(Ops); in shouldBelongToSameSet() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1258 int getShallowScore(Value *V1, Value *V2, Instruction *U1, Instruction *U2, in getShallowScore()
1415 int getScoreAtLevelRec(Value *LHS, Value *RHS, Instruction *U1, in getScoreAtLevelRec()
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/
Dmsan_test.cpp137 typedef unsigned char U1; typedef