/openbsd-src/gnu/usr.bin/cvs/os2/ |
H A D | porttcp.c | 131 const char *Tmp = Buffer; in IbmSockSend() local 188 char *Tmp = Buffer; in IbmSockRecv() local
|
H A D | popen.c | 155 HFILE End1, End2, Std, Old1, Old2, Tmp; in popen() local 253 HFILE Old0 = -1, Old1 = -1, Old2 = -1, Tmp; in popenRW() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZCopyPhysRegs.cpp | 82 Register Tmp = MRI->createVirtualRegister(&SystemZ::GR32BitRegClass); in visitMBB() local 92 Register Tmp = MRI->createVirtualRegister(&SystemZ::GR32BitRegClass); in visitMBB() local
|
/openbsd-src/gnu/llvm/compiler-rt/include/orc_rt/ |
H A D | c_api.h | 110 char *Tmp = (char *)malloc(Size); in __orc_rt_CreateCWrapperFunctionResultFromRange() local 142 char *Tmp = (char *)malloc(strlen(ErrMsg) + 1); in __orc_rt_CreateCWrapperFunctionResultFromOutOfBandError() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
H A D | interval_map.h | 105 auto Tmp = std::move(*I); in erase() local 140 auto Tmp = J++; in insert() local
|
H A D | interval_set.h | 48 const_iterator operator++(int) { auto Tmp = I; ++I; return Tmp; } variable
|
H A D | wrapper_function_utils.h | 46 __orc_rt_CWrapperFunctionResult Tmp; variable 58 __orc_rt_CWrapperFunctionResult Tmp; in release() local
|
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 1180 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local 1185 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local 1191 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local 1197 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | APSInt.cpp | 26 APInt Tmp(NumBits, Str, /*radix=*/10); in APSInt() local
|
H A D | ManagedStatic.cpp | 34 void *Tmp = Creator(); in RegisterManagedStatic() local
|
H A D | APFloat.cpp | 4797 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide() local 4806 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder() local 4815 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in mod() local 4826 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in fusedMultiplyAdd() local 4836 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in roundToIntegral() local 4942 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromString() local 4950 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in next() local 4969 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromAPInt() local 4980 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromSignExtendedInteger() local 4991 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromZeroExtendedInteger() local [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 171 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_Unary() local 192 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_Binary() local 457 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, in SoftenFloatRes_FMA() local 531 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_EXTEND() local 568 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_ROUND() local 616 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_FPOWI() local 796 std::pair<SDValue, SDValue> Tmp = in SoftenFloatRes_XINT_TO_FP() local 910 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, RVT, Op, in SoftenFloatOp_FP_ROUND() local 986 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_FP_TO_XINT() local 1127 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_Unary() local [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 197 JITSymbolFlags Tmp = LHS; variable 204 JITSymbolFlags Tmp = LHS; variable
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | SubtargetFeature.cpp | 30 SmallVector<StringRef, 3> Tmp; in Split() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerBrUnless.cpp | 190 Register Tmp = MRI.createVirtualRegister(&WebAssembly::I32RegClass); in runOnMachineFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 94 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in Verify() local 371 PHITransAddr Tmp(InVal, DL, AC); in InsertPHITranslatedSubExpr() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | ThreadSafeModule.cpp | 32 auto Tmp = CloneModule(M, VMap, [&](const GlobalValue *GV) { in cloneToNewContext() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 132 ExplodedNodeSet Tmp; in VisitBinaryOperator() local 249 ExplodedNodeSet Tmp; in VisitBlockExpr() local 947 ExplodedNodeSet Tmp; in VisitUnaryOperator() local 1082 ExplodedNodeSet Tmp; in VisitIncrementDecrementOperator() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | DXContainer.h | 93 PartIterator Tmp = *this; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | MatrixUtils.cpp | 49 BasicBlock *Tmp = PreheaderBr->getSuccessor(0); in CreateLoop() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | LlvmState.cpp | 136 SmallVector<char, 16> Tmp; in canAssemble() local
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 127 bool Tmp; in getBody() local 132 bool Tmp; in isBodyAutosynthesized() local 138 bool Tmp; in isBodyAutosynthesizedFromModelFile() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 697 MachineInstr::mop_iterator Tmp = ImpOpI; in foldOperand() local 742 auto Tmp = MRI->createVirtualRegister(&AMDGPU::AGPR_32RegClass); in foldOperand() local 769 auto Tmp = MRI->createVirtualRegister(&AMDGPU::AGPR_32RegClass); in foldOperand() local 784 auto Tmp = MRI->createVirtualRegister(&AMDGPU::AGPR_32RegClass); in foldOperand() local
|
/openbsd-src/gnu/llvm/libcxx/benchmarks/ |
H A D | allocation.bench.cpp | 89 PointerList *Tmp = Next; in BM_AllocateOnly() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CheckerRegistry.cpp | 210 CheckerInfoSet Tmp; in initializeRegistry() local 375 int Tmp; in insertAndValidate() local
|