Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang-tools-extra/clangd/quality/model/
H A Dforest.json4 "feature": "Scope", string
10 "feature": "ContextKind", string
19 "feature": "TypeMatchesPreferred", string
27 "feature": "IsImplementationDetail", string
35 "feature": "NumNameInContext", string
39 "feature": "FractionNameInContext", string
64 "feature": "NumReferences", string
68 "feature": "SemaSaysInScope", string
76 "feature": "FileProximityDistanceCost", string
80 "feature": "HadContextType", string
[all …]
/llvm-project/clang-tools-extra/clangd/unittests/decision_forest_model/
H A Dforest.json4 "feature": "ANumber", string
8 "feature": "AFloat", string
21 "feature": "ACategorical", string
38 "feature": "ACategorical", string
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMAttrs.cpp224 __anonc27627f90302(StringRef feature) get() argument
243 auto feature = featureAttr.strref(); verify() local
269 __anonc27627f90402(auto &feature) getFeaturesString() argument
[all...]
/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp146 for (const llvm::SubtargetFeatureKV &feature : Features) PrintSupportedExtensions() local
190 for (const llvm::SubtargetFeatureKV &feature : Features) PrintEnabledExtensions() local
[all...]
/llvm-project/flang/module/
H A Dieee_features.f9020 integer(kind=1) :: feature = 0 component
/llvm-project/lld/wasm/
H A DWriter.cpp600 for (auto &feature : file->getWasmObj()->getTargetFeatures()) { populateTargetFeatures() local
653 for (const auto &feature : used.keys()) { populateTargetFeatures() local
664 for (const auto &feature : file->getWasmObj()->getTargetFeatures()) { populateTargetFeatures() local
673 for (const auto &feature : required.keys()) { populateTargetFeatures() local
695 for (auto &feature : allowed) populateTargetFeatures() local
[all...]
H A DSyntheticSections.cpp903 for (auto &feature : emitted) { writeBody() local
/llvm-project/flang/include/flang/Semantics/
H A Dsemantics.h82 IsEnabled(common::LanguageFeature feature) IsEnabled() argument
/llvm-project/libunwind/src/
H A Dlibunwind.cpp22 #define __has_feature(feature) 0 argument
/llvm-project/flang/lib/Parser/
H A Dbasic-parsers.h877 extension(MessageFixedText feature,PA parser) extension() argument
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp780 const uint32_t feature = packet.GetU32(&offset); in DumpPacket() local
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py1089 ["/usr/sbin/sysctl", feature], stderr=subprocess.DEVNULL argument
/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp61 bool DetectHardwareFeature(const char *feature) { in DetectHardwareFeature() argument
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9795 GetSpecializedASTName(ScratchTypeSystemClang::IsolatedASTKind feature) GetSpecializedASTName() argument
9804 GetIsolatedAST(ScratchTypeSystemClang::IsolatedASTKind feature) GetIsolatedAST() argument
/llvm-project/clang/include/clang-c/
H A DIndex.h52 #define __has_feature(feature) 0 argument