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/
H A 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/
H A Dcrash13.C32 gen_op U1; in Spul_U_axis() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dfriend10.C17 typedef Object<Tag1> U1; typedef
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h57 typedef uint8_t U1; typedef
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20011021-1.c34 union u U1 = { .i = 1 }; /* { dg-bogus "initialization of union" } */ variable
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringExtras.h197 unsigned U1 = hexDigitValue(MSB); in tryGetHexFromNibbles() local
/openbsd-src/gnu/usr.bin/gcc/contrib/
H A Dparanoia.cc989 FLOAT OneUlp, UfThold, U1, U2; member
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h162 uint32_t U1 = 0; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp241 Instruction *U1 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1491 for (auto *U1 : Users) in computeShouldLiveOnFrame() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp731 SDValue U1 = U->getOperand(1); in IsProfitableToFold() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2459 Use &U1 = std::get<1>(Ops); in shouldBelongToSameSet() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A 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/
H A Dmsan_test.cpp137 typedef unsigned char U1; typedef