| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| TpiHashing.h | 21 explicit TagRecordHash(codeview::ClassRecord CR, uint32_t Full, 23 : FullRecordHash(Full), ForwardDeclHash(Forward), Class(std::move(CR)) { 27 explicit TagRecordHash(codeview::EnumRecord ER, uint32_t Full, 29 : FullRecordHash(Full), ForwardDeclHash(Forward), Enum(std::move(ER)) { 33 explicit TagRecordHash(codeview::UnionRecord UR, uint32_t Full, 35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { 65 /// the hash of its forward decl and full decl.
|
| /src/sys/external/bsd/acpica/dist/utilities/ |
| utmath.c | 62 UINT64 Full; 101 MultiplicandOvl.Full = Multiplicand; 119 *OutProduct = Product.Full; 150 OperandOvl.Full = Operand; 165 *OutResult = OperandOvl.Full; 195 OperandOvl.Full = Operand; 210 *OutResult = OperandOvl.Full; 359 DividendOvl.Full = Dividend; 375 *OutQuotient = Quotient.Full; 430 Divisor.Full = InDivisor [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
| DependencyScanningService.h | 40 /// This outputs the full module dependency graph suitable for use for 42 Full,
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| CallingConvLower.cpp | 97 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) 110 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) 124 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) 137 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) { 155 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) { 172 if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this)) { 184 if (Fn(0, VT, VT, CCValAssign::Full, ISD::ArgFlagsTy(), *this)) { 221 if (Fn(0, VT, VT, CCValAssign::Full, Flags, *this)) {
|
| /src/sys/arch/m68k/060sp/dist/ |
| readme | 41 fpsp.sa Full FP Kernel Module - hex image 42 fpsp.s Full FP Kernel Module - source code 43 fpsp.doc Full FP Kernel Module - on-line documentation
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| PostDominators.cpp | 83 assert(DT.verify(PostDominatorTree::VerificationLevel::Full));
|
| /src/external/bsd/am-utils/dist/amq/ |
| amq.c | 77 Full, Stats, Calc, Short, ShowDone 114 case Full: 234 case Full: 281 case Full: 706 show_mi(ml, Full, &mwid, &dwid, &twid); 727 show_mapinfo(ml, Full, &mwid, &wwid);
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGLoopInfo.cpp | 88 else if (Attrs.UnrollEnable == LoopAttributes::Full) 125 // Setting unroll.full or unroll.disable 386 else if (Attrs.UnrollEnable == LoopAttributes::Full) 404 Args.push_back(MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.full"))); 406 // No follow-up: there is no loop after full unrolling. 407 // TODO: Warn if there are transformations after full unrolling. 535 case LoopAttributes::Full: 536 BeforeJam.UnrollEnable = LoopAttributes::Full; 724 case LoopHintAttr::Full: 727 setUnrollState(LoopAttributes::Full); [all...] |
| CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; 49 /// Value for llvm.loop.unroll.* metadata (enable, disable, or full). 52 /// Value for llvm.loop.unroll_and_jam.* metadata (enable, disable, or full).
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 24 None, Partial, Sync, Full, Finish, Block
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
| tsan_mutexset_test.cc | 89 TEST(MutexSet, Full) {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| TargetOptions.h | 50 Full // Use one table per unique function type
|
| /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 24 None, Partial, Sync, Full, Finish, Block
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 24 None, Partial, Sync, Full, Finish, Block
|
| /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 24 None, Partial, Sync, Full, Finish, Block
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 24 None, Partial, Sync, Full, Finish, Block
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfCompileUnit.h | 45 enum class UnitKind { Skeleton, Full }; 112 UnitKind Kind = UnitKind::Full);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| SimplifyCFGPass.cpp | 269 (DT && DT->verify(DominatorTree::VerificationLevel::Full))) && 275 (DT && DT->verify(DominatorTree::VerificationLevel::Full))) &&
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_gcm_hw_vaes_avx512.inc | 108 * Fill partial block buffer till full block 116 /* Full block gathered */
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| AttrImpl.cpp | 56 else if (state == Full) 57 OS << "full";
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
| DependencyScanningWorker.cpp | 122 case ScanningOutputFormat::Full:
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64CallingConvention.cpp | 71 if (AssignFn(It.getValNo(), It.getValVT(), It.getValVT(), CCValAssign::Full,
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| FixIrreducible.cpp | 190 assert(DT.verify(DominatorTree::VerificationLevel::Full));
|
| UnifyLoopExits.cpp | 188 assert(DT.verify(DominatorTree::VerificationLevel::Full));
|
| /src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/ |
| ClangScanDeps.cpp | 134 clEnumValN(ScanningOutputFormat::Full, "experimental-full", 135 "Full dependency graph suitable" 161 "With '-format experimental-full', include arguments specifying " 615 if (Format == ScanningOutputFormat::Full)
|