| /freebsd/crypto/openssl/doc/designs/ |
| H A D | handling-some-max-defines.md | 17 ### HMAC_MAX_MD_CBLOCK 27 ### EVP_MAX_MD_SIZE 58 ### EVP_MAX_KEY_LENGTH 81 ### EVP_MAX_IV_LENGTH 108 ### EVP_MAX_BLOCK_LENGTH 127 ### EVP_MAX_AEAD_TAG_LENGTH
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ProvenanceAnalysisEvaluator.cpp | 27 static void insertIfNamed(SetVector<Value *> &Values, Value *V) { in insertIfNamed() 36 SetVector<Value *> Values; in run() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanSLP.cpp | 210 static SmallVector<VPValue *, 4> getOperands(ArrayRef<VPValue *> Values, in getOperands() 221 static bool areCommutative(ArrayRef<VPValue *> Values) { in areCommutative() 227 getOperands(ArrayRef<VPValue *> Values) { in getOperands() 247 static std::optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() 401 void VPlanSlp::dumpBundle(ArrayRef<VPValue *> Values) { in dumpBundle() 415 VPInstruction *VPlanSlp::buildGraph(ArrayRef<VPValue *> Values) { in buildGraph()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Utils.h | 644 SmallVector<APInt> Values; variable 648 GIConstant(ArrayRef<APInt> Values) in GIConstant() 686 SmallVector<APFloat> Values; variable 689 GFConstant(ArrayRef<APFloat> Values) in GFConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | PPCTargetParser.cpp | 78 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUList() 83 void fillValidTuneCPUList(SmallVectorImpl<StringRef> &Values) { in fillValidTuneCPUList()
|
| H A D | TargetParser.cpp | 264 void AMDGPU::fillValidArchListAMDGCN(SmallVectorImpl<StringRef> &Values) { in fillValidArchListAMDGCN() 270 void AMDGPU::fillValidArchListR600(SmallVectorImpl<StringRef> &Values) { in fillValidArchListR600()
|
| H A D | LoongArchTargetParser.cpp | 82 void LoongArch::fillValidCPUList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUList()
|
| H A D | RISCVTargetParser.cpp | 108 void fillValidCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidCPUArchList() 115 void fillValidTuneCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidTuneCPUArchList()
|
| H A D | CSKYTargetParser.cpp | 118 void CSKY::fillValidCPUArchList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUArchList()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | XRayInstr.cpp | 35 SmallVectorImpl<StringRef> &Values) { in serializeXRayInstrValue()
|
| H A D | Sanitizers.cpp | 107 SmallVectorImpl<StringRef> &Values) { in serializeSanitizerSet() 115 const SanitizerMaskCutoffs &Cutoffs, SmallVectorImpl<std::string> &Values) { in serializeSanitizerMaskCutoffs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | IndexedValuesMap.h | 42 SmallVector<T> Values; variable
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | OptionRSTEmitter.cpp | 79 SmallVector<StringRef> Values; in emitOptionRst() local
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubCommon.cpp | 45 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO, in output() 94 PlatformSet &Values) { in input()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 102 std::vector<FormValue> Values; member 139 std::vector<yaml::Hex64> Values; member 206 std::vector<yaml::Hex64> Values; member 211 std::vector<yaml::Hex64> Values; member 216 std::vector<yaml::Hex64> Values; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VECustomDAG.h | 194 SDValue getMergeValues(ArrayRef<SDValue> Values) const { in getMergeValues()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | Arg.h | 66 SmallVector<const char *, 2> Values; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringActionRulesInternal.h | 52 auto Values = in invokeRuleAfterValidatingRequirements() local
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | NVPTX.h | 148 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override { in fillValidCPUList()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 136 static void appendToUsedList(Module &M, StringRef Name, ArrayRef<GlobalValue *> Values) { in appendToUsedList() 158 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed() 162 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed()
|
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | ArgList.cpp | 98 SmallVector<const char *, 16> Values; in getAllArgValues() local 151 const auto &Values = Arg->getValues(); in AddAllArgValues() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.h | 24 RawLocationWrapper Values = RawLocationWrapper(); global() member
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.h | 65 std::map<Value *, GenericValue> Values; // LLVM values used in this invocation member
|
| /freebsd/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-param-test.h | 336 internal::ValueArray<T...> Values(T... v) { in Values() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComparisonCategories.cpp | 206 std::vector<CCR> Values; in getPossibleResultsForType() local
|