/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/ |
LiteralSupport.h | 196 const LangOptions &Features; 213 const SourceManager &sm, const LangOptions &features, 216 : SM(sm), Features(features), Target(target), Diags(diags),
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/ |
Builtins.h | 59 const char *Features; 199 return getRecord(ID).Features;
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/ |
LiteralSupport.h | 197 const LangOptions &Features; 214 const SourceManager &sm, const LangOptions &features, 217 : SM(sm), Features(features), Target(target), Diags(diags),
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/ |
Builtins.h | 59 const char *Features; 199 return getRecord(ID).Features;
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/ |
LiteralSupport.h | 197 const LangOptions &Features; 214 const SourceManager &sm, const LangOptions &features, 217 : SM(sm), Features(features), Target(target), Diags(diags),
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/ |
Builtins.h | 59 const char *Features; 199 return getRecord(ID).Features;
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/ |
LiteralSupport.h | 197 const LangOptions &Features; 214 const SourceManager &sm, const LangOptions &features, 217 : SM(sm), Features(features), Target(target), Diags(diags),
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/ |
Builtins.h | 59 const char *Features; 199 return getRecord(ID).Features;
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/ |
LiteralSupport.h | 197 const LangOptions &Features; 214 const SourceManager &sm, const LangOptions &features, 217 : SM(sm), Features(features), Target(target), Diags(diags),
|
/prebuilts/go/darwin-x86/src/cmd/api/ |
goapi.go | 47 nextFile = flag.String("next", "", "optional filename of tentative upcoming API features for the next release. This file can be lazily maintained. It only affects the delta warnings from the -c file printed on success.") 178 for _, f := range w.Features() { 186 var features []string 189 features = append(features, f) 195 features = append(features, f2) 210 sort.Strings(features) 211 for _, f := range features { 223 fail = !compareAPI(bw, features, required, optional, exception [all...] |
/prebuilts/go/linux-x86/src/cmd/api/ |
goapi.go | 47 nextFile = flag.String("next", "", "optional filename of tentative upcoming API features for the next release. This file can be lazily maintained. It only affects the delta warnings from the -c file printed on success.") 178 for _, f := range w.Features() { 186 var features []string 189 features = append(features, f) 195 features = append(features, f2) 210 sort.Strings(features) 211 for _, f := range features { 223 fail = !compareAPI(bw, features, required, optional, exception [all...] |
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/ |
CEATA.h | 108 UINT16 Features;
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/ |
CeAta.h | 120 UINT16 Features;
|
/external/clang/lib/Driver/ |
SanitizerArgs.cpp | 745 int Features = 0; 761 Features |= F; 763 return Features; [all...] |
/external/clang/tools/driver/ |
cc1as_main.cpp | 76 /// The list of target specific features to enable or disable -- this should 78 std::vector<std::string> Features; 189 Opts.Features = Args.getAllArgValues(OPT_target_feature); 359 if (!Opts.Features.empty()) { 360 FS = Opts.Features[0]; 361 for (unsigned i = 1, e = Opts.Features.size(); i != e; ++i) 362 FS += "," + Opts.Features[i];
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
SubtargetEmitter.cpp | 36 errs() << "Too many (> 64) subtarget features!\n"; 69 // FeatureKeyValues - Emit data of all the subtarget features. Used by the 73 // Gather and sort all the features 83 OS << "// Sorted (by key) array of values for CPU features.\n" 152 Processor->getValueAsListOfDefs("Features"); 592 // the subtarget features string. 597 std::vector<Record*> Features = 599 std::sort(Features.begin(), Features.end(), LessRecord()); 601 OS << "// ParseSubtargetFeatures - Parses features string setting specified\n [all...] |
/external/v8/src/compiler/ |
instruction-selector.h | 52 class Features; 63 Features features = SupportedFeatures(), 132 class Features final { 134 Features() : bits_(0) {} 135 explicit Features(unsigned bits) : bits_(bits) {} 136 explicit Features(CpuFeature f) : bits_(1u << f) {} 137 Features(CpuFeature f1, CpuFeature f2) : bits_((1u << f1) | (1u << f2)) {} 149 // Returns the features supported on the target platform. 150 static Features SupportedFeatures() [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/ |
SataSiI3132.h | 107 UINT8 Features;
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/ |
PlatformDxe.h | 158 EFI_BOARD_FEATURES Features;
|
/external/jsoncpp/src/lib_json/ |
json_reader.cpp | 31 // Implementation of class Features 34 Features::Features() 38 Features Features::all() { return Features(); } 40 Features Features::strictMode() { 41 Features features; local [all...] |
/frameworks/compile/slang/ |
slang_backend.cpp | 200 if (mTargetOpts.CPU.size() || mTargetOpts.Features.size()) { 201 llvm::SubtargetFeatures Features; 204 I = mTargetOpts.Features.begin(), E = mTargetOpts.Features.end(); 207 Features.AddFeature(*I); 209 FeaturesStr = Features.getString(); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/MCParser/ |
MCTargetAsmParser.h | 156 // features that are not currently enabled. MissingFeatures has a bit set for 161 Result.Features = MissingFeatures; 212 return Features; 260 uint64_t Features; 288 /// AvailableFeatures - The current set of available features.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/MCParser/ |
MCTargetAsmParser.h | 156 // features that are not currently enabled. MissingFeatures has a bit set for 161 Result.Features = MissingFeatures; 212 return Features; 260 uint64_t Features; 288 /// AvailableFeatures - The current set of available features.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/MCParser/ |
MCTargetAsmParser.h | 156 // features that are not currently enabled. MissingFeatures has a bit set for 161 Result.Features = MissingFeatures; 212 return Features; 260 uint64_t Features; 288 /// AvailableFeatures - The current set of available features.
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/MCParser/ |
MCTargetAsmParser.h | 156 // features that are not currently enabled. MissingFeatures has a bit set for 161 Result.Features = MissingFeatures; 212 return Features; 260 uint64_t Features; 288 /// AvailableFeatures - The current set of available features.
|