Home
last modified time | relevance | path

Searched defs:Int3 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/Index/
H A Dcomplete-interfaces.m6 @interface Int3 interface
19 @implementation Int3 implementation
/llvm-project/clang-tools-extra/test/clang-move/Inputs/
H A Dtype_alias.h10 typedef int Int3; typedef
/llvm-project/clang/test/CodeGenObjCXX/
H A Dencode.mm49 - (void) foo: (int (Int3::*)) member;
52 - (void) foo: (int (Int3::*)) member {
/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp121 using Int3 = int[3]; in referenced_type() typedef
122 using Int3 = decltype(b2); in referenced_type() typedef
123 using Int3 = decltype(br2); in referenced_type() typedef
124 using Int3 = decltype(brr2); in referenced_type() typedef
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp2878 APInt Int3(4, 0x3ULL); TEST() local