/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCSchedule.cpp | 99 double Temp = NumUnits * 1.0 / I->Cycles; in getReciprocalThroughput() local 143 double Temp = llvm::popcount(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | FileOutputBuffer.cpp | 34 OnDiskBuffer(StringRef Path, fs::TempFile Temp, fs::mapped_file_region Buf) in OnDiskBuffer() 68 fs::TempFile Temp; member in __anondddc5bfe0111::OnDiskBuffer
|
H A D | Caching.cpp | 154 Expected<sys::fs::TempFile> Temp = sys::fs::TempFile::create( in localCache() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | template24.C | 9 Temp (F f) :func_(f) {} in Temp() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | overload30.C | 11 Temp (F f) : func_(f) {} in Temp() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilLinux.cpp | 36 FILE* Temp = fopen("/dev/null", "w"); in DiscardOutput() local
|
H A D | FuzzerUtilDarwin.cpp | 161 FILE* Temp = fopen("/dev/null", "w"); in DiscardOutput() local
|
H A D | FuzzerUtilWindows.cpp | 220 FILE* Temp = fopen("nul", "w"); in DiscardOutput() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/ |
H A D | sort2.c | 31 int Temp,I; local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOARM.h | 70 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend() local 253 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation() local
|
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
H A D | Utility.h | 54 std::array<char, 21> Temp; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
H A D | Utility.h | 54 std::array<char, 21> Temp; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYRegisterInfo.cpp | 203 auto *Temp = BuildMI(MBB, II, DL, TII->get(CSKY::LD32W), NewReg) in eliminateFrameIndex() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | UnifyLoopExits.cpp | 156 SmallVector<BasicBlock *, 8> Temp; in unifyLoopExits() local
|
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
H A D | ProfileSummaryBuilder.cpp | 145 APInt Temp(128, TotalCount); in computeDetailedSummary() local
|
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
H A D | OptimizerDriver.cpp | 147 Expected<sys::fs::TempFile> Temp = in runPasses() local
|
H A D | ExecutionDriver.cpp | 260 auto Temp = in compileProgram() local
|
H A D | ExtractFunction.cpp | 374 auto Temp = sys::fs::TempFile::create(OutputPrefix + "-extractblocks%%%%%%%"); in extractMappedBlocksFromModule() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 1002 int64_t Temp = MFFrame.getObjectOffset(CS.getFrameIdx()); in emitPPA1() local 1009 int64_t Temp = MFFrame.getObjectOffset(CS.getFrameIdx()); in emitPPA1() local
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | MachOUniversalWriter.cpp | 322 Expected<sys::fs::TempFile> Temp = sys::fs::TempFile::create( in writeUniversalBinary() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kCollapseMOVEMPass.cpp | 208 MOVEMState Temp = State; in ProcessMI() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVElement.cpp | 414 std::string Temp; in resolveQualifiedName() local
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/ |
H A D | MachOWriter.cpp | 216 StructType Temp; in writeSectionInLoadCommand() local
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | Consumed.cpp | 761 const CXXBindTemporaryExpr *Temp) { in VisitCXXBindTemporaryExpr() 849 const MaterializeTemporaryExpr *Temp) { in VisitMaterializeTemporaryExpr()
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.cpp | 47 CtorDtorIterator Temp = *this; in operator ++() local
|