Home
last modified time | relevance | path

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

12345

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
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 …]
/external/clang/test/CXX/expr/expr.const/
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
/external/llvm/include/llvm/Analysis/
DIntervalIterator.h68 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval()
79 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval()
170 Interval *Int = new Interval(Header); in ProcessInterval() local
191 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode()
/external/clang/test/ASTMerge/Inputs/
Dfunction2.c1 typedef int Int; typedef
Dcategory2.m1 typedef int Int; typedef
13 - (Int)method1; category
/external/clang/test/Index/Inputs/
Dpreamble-with-error.h1 typedef int Int; typedef
/external/libedit/src/
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()
/external/clang/test/CXX/basic/basic.start/basic.start.main/
Dp2.cpp24 typedef int Int; typedef
34 typedef int Int; typedef
/external/clang/lib/StaticAnalyzer/Core/
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()
/external/valgrind/main/none/tests/arm/
Dintdiv.c4 typedef signed int Int; typedef
/external/clang/test/Index/
Dcomplete-member-access.m12 @interface Int : Super<MyProtocol> interface
Dannotate-tokens.c12 typedef int Int; typedef
Dannotate-tokens-cxx0x.cpp16 typedef int Int; typedef
/external/clang/test/CXX/class/class.friend/
Dp1.cpp12 typedef int Int; typedef
/external/jsoncpp/include/json/
Dconfig.h76 typedef int Int; typedef
/external/valgrind/main/VEX/priv/
Dir_opt.c719 Bool (*preciseMemExnsFn)(Int,Int) in handle_gets_Stmt()
880 Bool (*preciseMemExnsFn)(Int,Int) in redundant_put_removal_BB()
3107 IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int) in spec_helpers_BB() argument
5483 Bool (*preciseMemExnsFn)(Int, Int), in dirty_helper_puts() argument
5530 Bool (*preciseMemExnsFn)(Int,Int), in stmt_modifies_guest_state() argument
5578 Bool (*preciseMemExnsFn)(Int,Int) ) in ado_treebuild_BB()
5817 IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int), in cheap_transformations() argument
5818 Bool (*preciseMemExnsFn)(Int,Int) in cheap_transformations()
5995 IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int), in do_iropt_BB() argument
5996 Bool (*preciseMemExnsFn)(Int,Int), in do_iropt_BB()
/external/chromium_org/third_party/boringssl/src/ssl/test/runner/
Dkey_agreement.go337 func maybeCorruptECDSAValue(n *big.Int, typeOfCorruption BadValue, limit *big.Int) *big.Int {
Dhandshake_client.go806 func writeIntPadded(b []byte, x *big.Int) {
/external/valgrind/main/none/tests/amd64/
Dpcmpxstrx64w.c12 typedef signed int Int; typedef
Dpcmpxstrx64.c11 typedef signed int Int; typedef
/external/llvm/lib/Analysis/
DIntervalPartition.cpp58 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors()
/external/chromium_org/third_party/ocmock/
Docmock_extensions.mm20 CR_OCMOCK_RETURN_IMPL(Int, int); category
/external/clang/test/PCH/
Dcxx-templates.cpp83 struct Int { struct
/external/clang/test/Sema/
Doverloadable.c56 typedef int Int; typedef
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
Dstringprintf_unittest.cc82 TEST(StringAppendFTest, Int) { in TEST() argument

12345