Searched refs:All (Results 1 - 25 of 157) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp34 All.emplace_back(Level, Notes.size());
38 All.emplace_back(Level, Warnings.size());
42 All.emplace_back(Level, Remarks.size());
47 All.emplace_back(Level, Errors.size());
54 for (const auto &I : All) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingOptions.h24 All, member in class:clang::index::IndexingOptions::SystemSymbolFilterKind
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyMetadata.cpp96 SmallVector<Metadata *, 4> All;
99 if (std::find(All.begin(), All.end(), Op.get()) == All.end())
100 All.push_back(Op.get());
104 for (const auto &MD : All)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DXRayInstr.cpp21 .Case("all", XRayInstrKind::All)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayInstr.h43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed; member in namespace:clang::XRayInstrKind
59 void clear(XRayInstrMask K = XRayInstrKind::All) { Mask &= ~K; }
63 bool full() const { return Mask == XRayInstrKind::All; }
H A DLangOptions.h210 All, member in class:clang::LangOptions::LaxVectorConversionKind
219 All
364 return getSignReturnAddressScope() == SignReturnAddressScopeKind::All;
/freebsd-13-stable/sbin/newfs/
H A DMakefile19 echo All Tests Passed
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h71 enum FP {All, NonLeaf, None}; enumerator in enum:llvm::FramePointer::FP
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp70 static std::string getStatString(const char *Msg, int32_t Fraction, int32_t All, argument
74 if (All != 0)
75 Result = 100 * static_cast<double>(Fraction) / All;
137 << "All functions: " << AllFunctions
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_x86_32.h128 All = Full | FloatingPoint | DebugRegisters | ExtendedRegisters, member in class:lldb_private::minidump::MinidumpContext_x86_32_Flags
130 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ All)
H A DRegisterContextMinidump_x86_64.h173 All = Full | Segments | DebugRegisters, member in class:lldb_private::minidump::MinidumpContext_x86_64_Flags
175 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ All)
/freebsd-13-stable/release/scripts/
H A Dpkg-stage.sh89 ln -s ../All/$(${PKGCMD} rquery %n-%v pkg).txz pkg.txz)
/freebsd-13-stable/tests/sys/cddl/zfs/tests/mount/
H A Dmounttest.ksh26 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
101 log_pass All file systems are unmounted
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.badfreopen.ksh23 # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
34 * All of these should fail...
H A Derr.chillbadarg.ksh23 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h34 /// All - All diagnostics in the order in which they were generated. That
38 std::vector<std::pair<DiagnosticsEngine::Level, size_t>> All; member in class:clang::TextDiagnosticBuffer
/freebsd-13-stable/stand/i386/btx/lib/
H A Dbtxcsu.S3 # All rights reserved.
H A Dbtxsys.S3 # All rights reserved.
/freebsd-13-stable/stand/i386/libi386/
H A Dpxetramp.S3 # All rights reserved.
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.pl2 # Copyright 1998-2019 The OpenSSL Project Authors. All Rights Reserved.
16 * Copyright 1998-$YEAR The OpenSSL Project Authors. All Rights Reserved.
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp216 uint32_t All = Classes->getChildCount(); local
231 uint32_t Shown = All;
233 Filtered = filterAndSortClassDefs(Printer, *Classes, All);
239 if (Shown < All)
240 Printer << ", " << (All - Shown) << " filtered";
H A Dllvm-pdbutil.h50 All
55 enum class ClassDefinitionFormat { None, Layout, All };
68 enum class SymLevel { Functions, Data, Thunks, All };
89 extern llvm::cl::opt<bool> All;
187 extern llvm::cl::opt<bool> All;
/freebsd-13-stable/contrib/libxo/
H A Dwarnings.mk5 # All rights reserved.
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h38 All = 31, member in struct:clang::ExprDependenceScope
72 All = 31, member in struct:TypeDependenceScope
91 All = 15, \
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h42 enum class DiscardPolicy { Default, All, Locals, None }; member in class:lld::elf::DiscardPolicy
45 enum class ICFLevel { None, Safe, All };
48 enum class StripPolicy { None, All, Debug }; member in class:lld::elf::StripPolicy

Completed in 306 milliseconds

1234567