Home
last modified time | relevance | path

Searched defs:Int (Results 1 – 25 of 111) 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()
180 Interval *Int = new Interval(Header); in ProcessInterval() local
200 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode()
/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/ASTMerge/Inputs/
Dcategory2.m1 typedef int Int; typedef
13 - (Int)method1; category
Dfunction2.c1 typedef int Int; typedef
/external/clang/test/Index/Inputs/
Dpreamble-with-error.h1 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/clang/test/CXX/basic/basic.start/basic.start.main/
Dp2.cpp24 typedef int Int; typedef
34 typedef int Int; typedef
/external/valgrind/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-cxx0x.cpp16 typedef int Int; typedef
Dannotate-tokens.c12 typedef int Int; typedef
/external/clang/test/CXX/class/class.friend/
Dp1.cpp12 typedef int Int; typedef
/external/valgrind/VEX/priv/
Dir_opt.c719 Bool (*preciseMemExnsFn)(Int,Int,VexRegisterUpdates), in handle_gets_Stmt()
887 Bool (*preciseMemExnsFn)(Int,Int,VexRegisterUpdates), in redundant_put_removal_BB()
3170 IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int) in spec_helpers_BB() argument
5613 static Interval dirty_helper_puts ( in dirty_helper_puts() argument
5615 Bool (*preciseMemExnsFn)(Int,Int,VexRegisterUpdates), in dirty_helper_puts()
5665 static Interval stmt_modifies_guest_state ( in stmt_modifies_guest_state() argument
5667 Bool (*preciseMemExnsFn)(Int,Int,VexRegisterUpdates), in stmt_modifies_guest_state()
5721 Bool (*preciseMemExnsFn)(Int,Int,VexRegisterUpdates), in ado_treebuild_BB()
6391 IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int), in cheap_transformations() argument
6392 Bool (*preciseMemExnsFn)(Int,Int,VexRegisterUpdates), in cheap_transformations()
[all …]
/external/jsoncpp/include/json/
Dconfig.h76 typedef int Int; typedef
/external/valgrind/none/tests/amd64/
Dpcmpxstrx64w.c12 typedef signed int Int; typedef
Dpcmpxstrx64.c11 typedef signed int Int; typedef
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
DVarType.java60 Int; enumConstant
/external/llvm/lib/Analysis/
DIntervalPartition.cpp58 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors()
/external/clang/test/PCH/
Dcxx-templates.cpp83 struct Int { struct
/external/clang/test/Sema/
Doverloadable.c56 typedef int Int; typedef
/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go954 func writeIntPadded(b []byte, x *big.Int) {
Dkey_agreement.go423 func maybeCorruptECDSAValue(n *big.Int, typeOfCorruption BadValue, limit *big.Int) *big.Int {
/external/protobuf/src/google/protobuf/stubs/
Dstringprintf_unittest.cc82 TEST(StringAppendFTest, Int) { in TEST() argument

12345