OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Feature
(Results
251 - 268
of
268
) sorted by null
<<
11
/external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_ppc64.go
1149
Feature
uint8
[
all
...]
ztypes_linux_ppc64le.go
1149
Feature
uint8
[
all
...]
ztypes_linux_s390x.go
1165
Feature
uint8
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
283
// Compare
feature
sets.
302
// If we are allowing compatible differences and the read
feature
set is
303
// a strict subset of the existing
feature
set, there is nothing to diagnose.
308
for (StringRef
Feature
: UnmatchedReadFeatures)
310
<< /* is-existing-
feature
*/ false <<
Feature
;
311
for (StringRef
Feature
: UnmatchedExistingFeatures)
313
<< /* is-existing-
feature
*/ true <<
Feature
;
[
all
...]
ASTWriter.cpp
[
all
...]
/external/v8/src/debug/
debug.cc
325
void DebugFeatureTracker::Track(DebugFeatureTracker::
Feature
feature
) {
326
uint32_t mask = 1 <<
feature
;
327
// Only count one sample per
feature
and isolate.
329
isolate_->counters()->debug_feature_usage()->AddSample(
feature
);
[
all
...]
/external/llvm/test/Bindings/OCaml/
core.ml
[
all
...]
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml
868
(* see test/
Feature
/exception.ll *)
[
all
...]
/external/clang/lib/Driver/
Tools.cpp
63
assert(Name.startswith("m") && "Invalid
feature
name.");
540
// -I- is a deprecated GCC
feature
, reject it.
698
for (StringRef
Feature
: Split) {
699
const char *FeatureName = llvm::ARM::getArchExtFeature(
Feature
);
[
all
...]