| /external/clang/include/clang/Sema/ |
| D | Template.h | 405 #define DECL(DERIVED, BASE) \ argument 410 #define OBJCCONTAINER(DERIVED, BASE) argument 411 #define FILESCOPEASM(DERIVED, BASE) argument 412 #define IMPORT(DERIVED, BASE) argument 413 #define LINKAGESPEC(DERIVED, BASE) argument 414 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument 415 #define OBJCMETHOD(DERIVED, BASE) argument 416 #define OBJCTYPEPARAM(DERIVED, BASE) argument 417 #define OBJCIVAR(DERIVED, BASE) argument 418 #define OBJCPROPERTY(DERIVED, BASE) argument [all …]
|
| /external/clang/include/clang/AST/ |
| D | ASTFwd.h | 21 #define DECL(DERIVED, BASE) class DERIVED##Decl; argument 24 #define STMT(DERIVED, BASE) class DERIVED; argument 27 #define TYPE(DERIVED, BASE) class DERIVED##Type; argument
|
| D | ASTTypeTraits.h | 131 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument 134 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument 137 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
|
| D | DeclVisitor.h | 40 #define DECL(DERIVED, BASE) \ in Visit() argument 50 #define DECL(DERIVED, BASE) \ argument
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-layout-base-table.hh | 448 struct BASE struct 450 static constexpr hb_tag_t tableTag = HB_OT_TAG_BASE; 452 const Axis &get_axis (hb_direction_t direction) const in get_axis() 455 const VariationStore &get_var_store () const in get_var_store() 458 bool get_baseline (hb_font_t *font, in get_baseline() 476 bool get_min_max (hb_font_t *font, in get_min_max() 495 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 506 FixedVersion<>version; /* Version of the BASE table */ 507 Offset16To<Axis>hAxis; /* Offset to horizontal Axis table, from beginning 509 Offset16To<Axis>vAxis; /* Offset to vertical Axis table, from beginning [all …]
|
| /external/clang/lib/AST/ |
| D | ASTTypeTraits.cpp | 32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument 35 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument 38 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument 79 #define DECL(DERIVED, BASE) \ in getFromNode() argument
|
| D | DeclBase.cpp | 40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument 48 #define DECL(DERIVED, BASE) \ argument 106 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument 126 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument 141 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument 147 #define DECL(DERIVED, BASE) \ in PrintStats() argument 163 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument 729 #define DECL(NAME, BASE) in castFromDeclContext() argument 736 #define DECL(NAME, BASE) in castFromDeclContext() argument 748 #define DECL(NAME, BASE) in castToDeclContext() argument [all …]
|
| /external/rust/crates/rustversion/src/ |
| D | time.rs | 6 const BASE: u64 = 1456790400; constant
|
| /external/libffi/src/x86/ |
| D | win64.S | 31 # define E(BASE, X) .balign 8 argument 33 # define E(BASE, X) .balign 8; .org BASE + X * 8 argument
|
| D | win64_intel.S | 30 # define E(BASE, X) ALIGN 8 argument 32 # define E(BASE, X) ALIGN 8; ORG BASE + X * 8 argument
|
| D | unix64.S | 43 # define E(BASE, X) .balign 8 argument 45 # define E(BASE, X) .balign 8; .org BASE + X * 8 argument
|
| D | sysv_intel.S | 48 # define E(BASE, X) ALIGN 8 argument 50 # define E(BASE, X) ALIGN 8; ORG BASE + X * 8 argument
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
| D | NoUnit.java | 22 public static final MeasureUnit BASE = null; field in NoUnit
|
| /external/icu/android_icu4j/src/main/java/android/icu/util/ |
| D | NoUnit.java | 21 public static final MeasureUnit BASE = null; field in NoUnit
|
| /external/googleapis/google/ads/googleads/v15/enums/ |
| D | campaign_experiment_type.proto | 42 BASE = 2; enumerator
|
| /external/googleapis/google/ads/googleads/v14/enums/ |
| D | campaign_experiment_type.proto | 42 BASE = 2; enumerator
|
| /external/googleapis/google/ads/googleads/v16/enums/ |
| D | campaign_experiment_type.proto | 42 BASE = 2; enumerator
|
| /external/cronet/base/android/task_scheduler/ |
| D | task_runner_android.h | 19 enum class TaskRunnerType { BASE, SEQUENCED, SINGLE_THREAD }; enumerator
|
| /external/perfetto/infra/perfetto-get.appspot.com/ |
| D | main.py | 22 BASE = 'https://android.googlesource.com/platform/external/perfetto.git/' \ variable
|
| /external/clang/test/CodeGenObjC/ |
| D | forward-class-impl-metadata.m | 3 @interface BASE { interface
|
| /external/python/cpython2/Include/ |
| D | longintrepr.h | 68 #define BASE PyLong_BASE macro
|
| /external/clang/test/SemaCXX/ |
| D | ambig-user-defined-conversions.cpp | 4 struct BASE { struct
|
| D | decl-init-ref.cpp | 5 struct BASE { struct
|
| /external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/ |
| D | tf_math_ops_test.py | 39 BASE = 1 variable in Rtol
|
| /external/rust/crates/idna/src/ |
| D | punycode.rs | 21 static BASE: u32 = 36; variable
|