/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
H A D | p7-1y.cpp | 14 using Int = int; typedef 22 using Int = decltype(x3a); typedef 23 using Int = decltype(x3d); typedef 27 using Int = decltype(x4a); typedef 32 using Int = decltype(x5a); typedef 67 using Int = decltype(f1a()); typedef 68 using Int = decltype(f1d()); typedef 72 using Int = decltype(f2a(0)); typedef 73 using Int = decltype(f2d(0)); typedef 77 using Int = decltype(f3a(0)); typedef [all …]
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.const/ |
H A D | p3-0x.cpp | 68 using Int = A<E6>; typedef 69 using Int = A<EE::EE32>; // expected-error {{not implicitly convertible}} typedef 70 using Int = A<(int)EE::EE32>; typedef 71 using Int = A<200>; typedef 72 using Int = A<1000>; // expected-error {{template argument evaluates to 1000, which cannot be narro… typedef 73 using Int = A<-3>; // expected-error {{template argument evaluates to -3, which cannot be narrowed … typedef 84 using Int = A<1.0>; // expected-error {{conversion from 'double' to 'unsigned char' is not allowed … typedef
|
/minix3/external/bsd/llvm/dist/clang/test/ASTMerge/Inputs/ |
H A D | function2.c | 1 typedef int Int; typedef
|
H A D | category2.m | 1 typedef int Int; typedef 13 - (Int)method1; category
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | IntervalIterator.h | 68 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval() 79 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval() 171 Interval *Int = new Interval(Header); in ProcessInterval() local 191 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode()
|
/minix3/external/bsd/llvm/dist/clang/test/Index/Inputs/ |
H A D | preamble-with-error.h | 1 typedef int Int; typedef
|
/minix3/lib/libedit/ |
H A D | chared.c | 236 c__prev_word(Char *p, Char *low, int n, int (*wtest)(Int)) in c__prev_word() 260 c__next_word(Char *p, Char *high, int n, int (*wtest)(Int)) in c__next_word() 278 cv_next_word(EditLine *el, Char *p, Char *high, int n, int (*wtest)(Int)) in cv_next_word() 307 cv_prev_word(Char *p, Char *low, int n, int (*wtest)(Int)) in cv_prev_word() 371 cv__endword(Char *p, Char *high, int n, int (*wtest)(Int)) in cv__endword()
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/basic/basic.start/basic.start.main/ |
H A D | p2.cpp | 24 typedef int Int; typedef 34 typedef int Int; typedef
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 420 const llvm::APSInt &Int, in assumeSymNE() 440 const llvm::APSInt &Int, in assumeSymEQ() 455 const llvm::APSInt &Int, in assumeSymLT() 484 const llvm::APSInt &Int, in assumeSymGT() 513 const llvm::APSInt &Int, in assumeSymGE() 542 const llvm::APSInt &Int, in assumeSymLE()
|
H A D | SimpleConstraintManager.cpp | 213 const llvm::APSInt& Int) { in assumeSymRel()
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/class/class.friend/ |
H A D | p1.cpp | 12 typedef int Int; typedef
|
/minix3/external/bsd/llvm/dist/clang/test/Index/ |
H A D | complete-member-access.m | 12 @interface Int : Super<MyProtocol> interface
|
H A D | annotate-tokens.c | 12 typedef int Int; typedef
|
H A D | annotate-tokens-cxx0x.cpp | 16 typedef int Int; typedef
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | IntervalPartition.cpp | 58 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors()
|
/minix3/external/bsd/llvm/dist/clang/test/PCH/ |
H A D | cxx-templates.cpp | 83 struct Int { struct
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | overloadable.c | 56 typedef int Int; typedef
|
H A D | cast.c | 20 typedef int Int; typedef
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | pointer-arithmetic.c | 3 typedef int Int; typedef
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | objc-literal-nsnumber.m | 79 int Int(); function
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A D | dead-stores.cpp | 155 using Int = int; in testCXX11Using() typedef
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 809 Value *Int = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local 2568 unsigned int Int = SISDInfo.LLVMIntrinsic; in EmitCommonNeonSISDBuiltinExpr() local 2646 unsigned Int = LLVMIntrinsic; in EmitCommonNeonBuiltinExpr() local 3508 unsigned Int = usgn ? Intrinsic::arm_vcvtru : Intrinsic::arm_vcvtr; in EmitARMBuiltinExpr() local 3535 unsigned Int; in EmitARMBuiltinExpr() local 3720 unsigned int Int = 0; in EmitAArch64TblBuiltinExpr() local 3901 emitVectorWrappedScalar8Intrinsic(unsigned Int, SmallVectorImpl<Value*> &Ops, in emitVectorWrappedScalar8Intrinsic() 3917 emitVectorWrappedScalar16Intrinsic(unsigned Int, SmallVectorImpl<Value*> &Ops, in emitVectorWrappedScalar16Intrinsic() 4507 unsigned Int = BuiltinID == NEON::BI__builtin_neon_vqshld_n_u64 in EmitAArch64BuiltinExpr() local 4516 unsigned Int = BuiltinID == NEON::BI__builtin_neon_vrshrd_n_u64 in EmitAArch64BuiltinExpr() local [all …]
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 59 int64_t Int; member
|
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
H A D | executionengine.go | 76 func (g GenericValue) Int(signed bool) uint64 { func
|
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A D | TGLexer.h | 46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator
|