HomeSort by relevance Sort by last modified time
    Searched full:canonical (Results 151 - 175 of 1369) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/YAMLParser/
spec-05-12.data 1 # RUN: yaml-bench -canonical %s |& FileCheck %s
spec-05-14.data 1 # RUN: yaml-bench -canonical %s
spec-06-01.data 1 # RUN: yaml-bench -canonical %s
spec-07-08.data 1 # RUN: yaml-bench -canonical %s
spec-07-10.data 1 # RUN: yaml-bench -canonical %s
spec-08-06.data 1 # RUN: yaml-bench -canonical %s |& FileCheck %s
spec-08-09.data 1 # RUN: yaml-bench -canonical %s
spec-08-10.data 1 # RUN: yaml-bench -canonical %s
spec-09-12.data 1 # RUN: yaml-bench -canonical %s
spec-09-14.data 1 # RUN: yaml-bench -canonical %s |& FileCheck %s
spec-09-15.data 1 # RUN: yaml-bench -canonical %s
construct-omap.data 1 # RUN: yaml-bench -canonical %s
sloppy-indentation.data 1 # RUN: yaml-bench -canonical %s
spec-02-24.data 1 # RUN: yaml-bench -canonical %s
timestamp.data 1 # RUN: yaml-bench -canonical %s
construct-custom.data 1 # RUN: yaml-bench -canonical %s
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.h 3 /* Determine a canonical name for the current locale's character encoding.
31 into one of the canonical names listed in config.charset.
33 If the canonical name cannot be determined, the result is a non-canonical
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 397 the platform-specific in-guest-state format to the canonical
401 void getSyscallArgsFromGuestState ( /*OUT*/SyscallArgs* canonical,
407 canonical->sysno = gst->guest_EAX;
408 canonical->arg1 = gst->guest_EBX;
409 canonical->arg2 = gst->guest_ECX;
410 canonical->arg3 = gst->guest_EDX;
411 canonical->arg4 = gst->guest_ESI;
412 canonical->arg5 = gst->guest_EDI;
413 canonical->arg6 = gst->guest_EBP;
414 canonical->arg7 = 0
1943 SyscallStatus canonical; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
partition.h 24 by one of its elements, the canonical element, which is chosen
27 class, and returns the canonical element for that class, and UNION,
32 storing the size of each class with the class's canonical element,
48 /* The canonical element that represents the class containing this
55 canonical element for its class. */
72 /* Returns the canonical element corresponding to the class containing
  /external/clang/test/Analysis/
elementtype.c 7 // Test if we are using the canonical type for ElementRegion.
  /external/clang/include/clang/AST/
CanonicalType.h 11 // canonical types.
29 // Canonical, qualified type template
32 /// \brief Represents a canonical, potentially-qualified type.
35 /// to the canonical representation of a type, where all typedefs and other
54 /// \brief The actual, canonical type.
58 /// \brief Constructs a NULL canonical type.
62 /// canonical type pointers.
68 /// canonical type.
74 /// canonical type, or NULL.
92 /// \brief Retrieve a canonical type pointer with a different static type
    [all...]
  /external/clang/test/Driver/
dragonfly.c 1 // RUN: %clang -no-canonical-prefixes -target amd64-pc-dragonfly %s -### 2> %t.log
openbsd.c 1 // RUN: %clang -no-canonical-prefixes -ccc-clang-archs "" -target i686-pc-openbsd %s -### 2> %t.log
target.c 1 // RUN: %clang -no-canonical-prefixes -target unknown-unknown-unknown -c %s \
  /external/clang/test/Index/
print-typekind.m 8 // CHECK: ObjCPropertyDecl=x:2:25 typekind=Typedef [canonical=ObjCObjectPointer]

Completed in 585 milliseconds

1 2 3 4 5 67 8 91011>>