Home
last modified time | relevance | path

Searched defs:Int (Results 1 – 25 of 54) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp7-1y.cpp14 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 Dp3-0x.cpp68 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 Dfunction2.c1 typedef int Int; typedef
H A Dcategory2.m1 typedef int Int; typedef
13 - (Int)method1; category
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DIntervalIterator.h68 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 Dpreamble-with-error.h1 typedef int Int; typedef
/minix3/lib/libedit/
H A Dchared.c236 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 Dp2.cpp24 typedef int Int; typedef
34 typedef int Int; typedef
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp420 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 DSimpleConstraintManager.cpp213 const llvm::APSInt& Int) { in assumeSymRel()
/minix3/external/bsd/llvm/dist/clang/test/CXX/class/class.friend/
H A Dp1.cpp12 typedef int Int; typedef
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dcomplete-member-access.m12 @interface Int : Super<MyProtocol> interface
H A Dannotate-tokens.c12 typedef int Int; typedef
H A Dannotate-tokens-cxx0x.cpp16 typedef int Int; typedef
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DIntervalPartition.cpp58 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors()
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dcxx-templates.cpp83 struct Int { struct
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Doverloadable.c56 typedef int Int; typedef
H A Dcast.c20 typedef int Int; typedef
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dpointer-arithmetic.c3 typedef int Int; typedef
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dobjc-literal-nsnumber.m79 int Int(); function
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Ddead-stores.cpp155 using Int = int; in testCXX11Using() typedef
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp809 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 DDebugLocEntry.h59 int64_t Int; member
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine.go76 func (g GenericValue) Int(signed bool) uint64 { func
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.h46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator

123