HomeSort by relevance Sort by last modified time
    Searched refs:LabelType (Results 1 - 25 of 49) sorted by null

1 2

  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeViewOStream.h 25 typedef typename Writer::LabelType LabelType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntmsmli.h 16 WCHAR LabelType[NTMSMLI_MAXTYPE];
  /external/v8/src/compiler/
graph-assembler.h 288 template <class LabelType>
289 void Bind(LabelType* label);
291 template <class LabelType, typename... vars>
292 void Goto(LabelType* label, vars...);
299 template <class LabelType, typename... vars>
300 void GotoIf(Node* condition, LabelType* label, vars...);
303 template <class LabelType, typename... vars>
304 void GotoUnless(Node* condition, LabelType* label, vars...);
311 template <class LabelType, typename... Vars>
312 void MergeState(LabelType label, Vars... vars)
    [all...]
  /art/compiler/optimizing/
code_generator_x86.h 279 template<class LabelType>
282 LabelType* true_target,
283 LabelType* false_target);
284 template<class LabelType>
286 LabelType* true_target,
287 LabelType* false_target);
288 template<class LabelType>
289 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
290 template<class LabelType>
    [all...]
code_generator_x86_64.h 267 template<class LabelType>
270 LabelType* true_target,
271 LabelType* false_target);
272 template<class LabelType>
274 LabelType* true_target,
275 LabelType* false_target);
276 template<class LabelType>
277 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
code_generator.h 574 template <typename LabelType>
581 LabelType label;
655 template <typename LabelType>
656 LabelType* CommonInitializeLabels() {
660 LabelType* labels = GetGraph()->GetArena()->AllocArray<LabelType>(size,
663 new(labels + i) LabelType();
668 template <typename LabelType>
669 LabelType* CommonGetLabelOf(LabelType* raw_pointer_to_labels_array, HBasicBlock* block) const
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
AlphabeticIndex.java 21 import android.icu.text.AlphabeticIndex.Bucket.LabelType;
868 private final LabelType labelType;
876 public enum LabelType {
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java 20 import com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
AlphabeticIndexTest.java 33 import android.icu.text.AlphabeticIndex.Bucket.LabelType;
322 LabelType labelType = bucket.getLabelType();
367 Counter<AlphabeticIndex.Bucket.LabelType> counter = new Counter();
369 LabelType labelType = bucket.getLabelType();
370 counter.add(labelType, 1);
373 assertEquals(LabelType.UNDERFLOW + "\t" + printList, 1, counter.get(LabelType.UNDERFLOW));
374 assertEquals(LabelType.INFLOW + "\t" + printList, expected, counter.get(LabelType.INFLOW))
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
AlphabeticIndexTest.java 32 import com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType;
321 LabelType labelType = bucket.getLabelType();
366 Counter<AlphabeticIndex.Bucket.LabelType> counter = new Counter();
368 LabelType labelType = bucket.getLabelType();
369 counter.add(labelType, 1);
372 assertEquals(LabelType.UNDERFLOW + "\t" + printList, 1, counter.get(LabelType.UNDERFLOW));
373 assertEquals(LabelType.INFLOW + "\t" + printList, expected, counter.get(LabelType.INFLOW))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 279 enum class LabelType : uint16_t {
TypeRecord.h 207 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {}
209 LabelType Mode;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 279 enum class LabelType : uint16_t {
TypeRecord.h 207 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {}
209 LabelType Mode;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 279 enum class LabelType : uint16_t {
TypeRecord.h 207 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {}
209 LabelType Mode;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 279 enum class LabelType : uint16_t {
TypeRecord.h 207 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {}
209 LabelType Mode;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 279 enum class LabelType : uint16_t {
TypeRecord.h 207 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {}
209 LabelType Mode;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 279 enum class LabelType : uint16_t {
TypeRecord.h 207 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {}
209 LabelType Mode;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 279 enum class LabelType : uint16_t {
TypeRecord.h 207 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {}
209 LabelType Mode;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 279 enum class LabelType : uint16_t {

Completed in 4099 milliseconds

1 2