/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | CRC.cpp | 75 uint32_t llvm::crc32(uint32_t CRC, ArrayRef<uint8_t> Data) { in crc32() 87 uint32_t llvm::crc32(uint32_t CRC, ArrayRef<uint8_t> Data) { in crc32()
|
H A D | CrashRecoveryContext.cpp | 35 CrashRecoveryContext *CRC; member 484 CrashRecoveryContext *CRC; member 507 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
|
H A D | Process.cpp | 97 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | CRC.h | 47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | Stack.cpp | 69 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | ModelInjector.cpp | 98 llvm::CrashRecoveryContext CRC; in onBodySynthesis() local
|
/netbsd-src/external/zlib/pigz/dist/zopfli/ |
H A D | gzip_container.c | 70 static unsigned long CRC(const unsigned char* buf, int len) { in CRC() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
H A D | ARM.h | 73 unsigned CRC : 1; variable
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/ |
H A D | zlib.ads | 323 CRC : Unsigned_32; variable
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/ |
H A D | zlib.ads | 323 CRC : Unsigned_32; variable
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/ |
H A D | zlib.ads | 323 CRC : Unsigned_32; variable
|
/netbsd-src/sys/dev/dtv/ |
H A D | dtv_demux.c | 162 uint32_t CRC = 0xffffffff; in dtv_demux_crc32() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.cpp | 174 JamCRC CRC(0); in finalizeMsfLayout() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkRunner.cpp | 97 CrashRecoveryContext CRC; in runAndSample() local
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | mips-opc.c | 410 #define CRC ASE_CRC macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Job.cpp | 396 llvm::CrashRecoveryContext CRC; in Execute() local
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | mips-opc.c | 413 #define CRC ASE_CRC macro
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | Indexing.cpp | 908 llvm::CrashRecoveryContext CRC; in clang_indexSourceFileFullArgv() local 957 llvm::CrashRecoveryContext CRC; in clang_indexTranslationUnit() local
|
H A D | CIndexCodeCompletion.cpp | 873 llvm::CrashRecoveryContext CRC; in clang_codeCompleteAt() local
|
H A D | CIndex.cpp | 3757 llvm::CrashRecoveryContext CRC; in clang_parseTranslationUnit2FullArgv() local 4179 llvm::CrashRecoveryContext CRC; in clang_saveTranslationUnit() local 4288 llvm::CrashRecoveryContext CRC; in clang_reparseTranslationUnit() local 7832 llvm::CrashRecoveryContext CRC; in clang_annotateTokens() local 8955 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn, in RunSafely()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 635 uint32_t CRC = writeSectionContents(Asm, Layout, MCSec); in writeSection() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawTypes.h | 334 support::ulittle32_t CRC; // CRC of the original file contents. member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 951 uint32_t CRC = IS->getCrc32(); in dumpInjectedSources() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 1277 StringView CRC; in demangleStringLiteral() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 1146 llvm::CrashRecoveryContext CRC; local
|