Searched refs:All (Results 51 - 75 of 157) sorted by relevance

1234567

/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.dependfile.mk25 # All depend file names should start with this
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dadd-license.sh12 All rights reserved.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h31 All = 0xFFFFFFFF, member in class:llvm::pdb::PdbSymbolIdField
32 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ All)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DInterfaceFile.h73 All = ~0U,
75 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/All), variable
/freebsd-13-stable/share/mk/
H A Dsys.dependfile.mk26 # All depend file names should start with this
H A Dbsd.opts.mk48 # All other variables used to build /usr/src live in src.opts.mk
/freebsd-13-stable/stand/kshim/
H A Dkshim.mk6 # All rights reserved.
/freebsd-13-stable/stand/lua/
H A Dscreen.lua5 -- All rights reserved.
H A Dcolor.lua5 -- All rights reserved.
/freebsd-13-stable/share/dtrace/
H A Dblocking4 * All rights reserved.
H A Ddisklatency4 * All rights reserved.
H A Ddisklatencycmd4 * All rights reserved.
H A Dnfsattrstats4 * All rights reserved.
H A Dnfsclienttime4 * All rights reserved.
H A Dsiftr4 * All rights reserved.
H A Dtcptrack4 * All rights reserved.
/freebsd-13-stable/tools/tools/editing/
H A Dfreebsd.vim2 " All rights reserved.
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp154 clEnumValN(ModuleSubsection::All, "all", "All known subsections"));
232 clEnumValN(SymLevel::All, "all", "Display all symbols (default)")));
283 cl::init(ClassDefinitionFormat::All),
285 clEnumValN(ClassDefinitionFormat::All, "all",
300 All("all", cl::desc("Implies all other options in 'Symbol Types' category"),
635 cl::opt<bool> All("all",
897 if (llvm::find(SymTypes, SymLevel::All) != SymTypes.end())
1038 : PdbSymbolIdField::All;
1042 Recurse = PdbSymbolIdField::All;
[all...]
/freebsd-13-stable/sys/dev/bnxt/
H A Dconvert_hsi.pl33 * Copyright (c) 2016 Broadcom, All Rights Reserved.
110 * Copyright (c) 2016 Broadcom, All Rights Reserved.
151 * All rights reserved.
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp528 const auto &All = SubtargetFeatureInfo::getAll(Records); local
530 SubtargetFeatures.insert(All.begin(), All.end());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp181 clEnumValN(FramePointer::All, "all",
421 return BasicBlockSection::All;
575 if (getFramePointerUsage() == FramePointer::All)
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql2 -- All rights reserved.
52 -- scheam_version. All the other rows are meaningless and only exist for
106 -- the table. All properties of that metadata object thus receive the same
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp132 case IndexingOptions::SystemSymbolFilterKind::All:
390 case IndexingOptions::SystemSymbolFilterKind::All:
/freebsd-13-stable/crypto/openssl/crypto/objects/
H A Dobjects.pl2 # Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
144 * Copyright 2000-$YEAR The OpenSSL Project Authors. All Rights Reserved.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp114 InstrumentationBundle.Mask = XRayInstrKind::All;

Completed in 221 milliseconds

1234567