HomeSort by relevance Sort by last modified time
    Searched defs:CCC (Results 1 - 17 of 17) sorted by null

  /external/compiler-rt/test/asan/TestCases/
stack-buffer-overflow-with-position.cc 23 char AAA[10], BBB[10], CCC[10];
26 memset(CCC, 0, sizeof(CCC));
29 printf("AAA: %p\ny: %p\nz: %p\np: %p\n", AAA, BBB, CCC, p);
30 // make sure BBB and CCC are not removed;
31 return *(short*)(p) + BBB[argc % 2] + CCC[argc % 2];
41 // CHECK-62: 'CCC' <== {{.*}}underflows this variable
42 // CHECK-63: 'CCC' <== {{.*}}partially underflows this variable
43 // CHECK-73: 'CCC' <== {{.*}}partially overflows this variable
44 // CHECK-74: 'CCC' <== {{.*}}overflows this variabl
    [all...]
  /external/compiler-rt/test/tsan/
virtual_inheritance_compile_bug.cc 8 struct CCC: virtual AAA { };
9 struct DDD: CCC, BBB { DDD(); }; // NOLINT
  /external/clang/test/FixIt/
typo-using.cpp 44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}}
45 class DDD : public CCC { public: using CCC::AAB; }; // expected-error {{no member named 'AAB' in 'using_suggestion_member_ty::CCC'; did you mean 'AAA'?}}
49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}}
50 class DDD : public CCC { public: using CCC::AAB; }; // expected-error {{no member named 'AAB' in 'using_suggestion_member_val::CCC'; did you mean 'AAA'?}}
54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}}
55 class DDD : public CCC { public: using typename CCC::AAB; }; // expected-error {{no member named 'AAB' in 'using_suggesti (…)
    [all...]
  /external/clang/test/CodeGenCXX/
thunk-use-after-free.cpp 33 struct CCC:DDD { virtual void xxx (HHH < X1 >); };
37 class BBB:virtual CCC {
debug-info-use-after-free.cpp 120 struct CCC:DDD { virtual void xxx (HHH < X1 >); };
124 class BBB:virtual CCC {
241 template < typename CCC, typename =
242 typename CCC::key_equal, typename =
243 EEE < CCC > >class III {
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
forminfo.go 15 // 6..0: ccc (compressed CCC value).
23 // The byte sequence is followed by a trailing and leading CCC if the values
24 // for these are not zero. The value of v determines which ccc are appended
26 // the sequence is followed by a trailing ccc, and for v >= firstLeadingCC
27 // there is an additional leading ccc. The value of tccc itself is the
28 // trailing CCC shifted left 2 bits. The two least-significant bits of tccc
41 ccc uint8 // leading canonical combining class (ccc if not decomposition)
42 tccc uint8 // trailing canonical combining class (ccc if not decomposition
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
forminfo.go 15 // 6..0: ccc (compressed CCC value).
23 // The byte sequence is followed by a trailing and leading CCC if the values
24 // for these are not zero. The value of v determines which ccc are appended
26 // the sequence is followed by a trailing ccc, and for v >= firstLeadingCC
27 // there is an additional leading ccc. The value of tccc itself is the
28 // trailing CCC shifted left 2 bits. The two least-significant bits of tccc
41 ccc uint8 // leading canonical combining class (ccc if not decomposition)
42 tccc uint8 // trailing canonical combining class (ccc if not decomposition
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
tic54x-opc.c 131 #define CCC 0x0C
151 { "c", CCC }, { "C", CCC },
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
MMCHS.h 99 UINT32 CCC: 12;// Card command classes [95:84]
136 UINT16 CCC: 12;// Card command classes [95:84]
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.h 99 UINT32 CCC: 12;// Card command classes [95:84]
136 UINT16 CCC: 12;// Card command classes [95:84]
  /external/clang/test/SemaCXX/
using-decl-1.cpp 128 class CCC { public: void AAA() { } };
129 class DDD : public CCC { public: using typename CCC::AAB; }; // expected-error {{no member named 'AAB' in 'using_suggestion_member_tyname_val::CCC'}}
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
SDCard.h 91 UINT16 CCC: 12; // Card command classes [95:84]
MMC.h 171 UINT32 CCC: 12;// Card command classes [95:84]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
SdCard.h 102 UINT16 CCC: 12; // Card command classes [95:84]
Mmc.h 183 UINT32 CCC: 12;// Card command classes [95:84]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
Mmc.h 143 UINT32 CCC: 12;// Card command classes [95:84]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 545 milliseconds