Searched defs:No (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DLibCallSemantics.h44 /// that the pointer *does definitely* refer to the location, "No" if we can
48 Yes, No, Unknown enumerator in enum:llvm::LibCallLocationInfo::LocResult
/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp223 enum Enum { Yes, No }; enumerator in enum:rdar10194295::X::Enum
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DAliasAnalysisCounter.cpp32 unsigned No, May, Partial, Must; member in class:__anon22548::AliasAnalysisCounter
39 No = May = Partial = Must = 0;
48 unsigned AASum = No+May+Partial+Must;
55 printLine("no alias", No, AASum);
59 errs() << " Alias Analysis Counter Summary: " << No*100/AASum << "%/"
133 case NoAlias: No++; AliasString = "No alias"; break;
/external/libmojo/third_party/jinja2/
H A D_stringdefs.py51 No = u'\xb2\xb3\xb9\xbc\xbd\xbe\u09f4\u09f5\u09f6\u09f7\u09f8\u09f9\u0bf0\u0bf1\u0bf2\u0f2a\u0f2b\u0f2c\u0f2d\u0f2e\u0f2f\u0f30\u0f31\u0f32\u0f33\u1369\u136a\u136b\u136c\u136d\u136e\u136f\u1370\u1371\u1372\u1373\u1374\u1375\u1376\u1377\u1378\u1379\u137a\u137b\u137c\u17f0\u17f1\u17f2\u17f3\u17f4\u17f5\u17f6\u17f7\u17f8\u17f9\u2070\u2074\u2075\u2076\u2077\u2078\u2079\u2080\u2081\u2082\u2083\u2084\u2085\u2086\u2087\u2088\u2089\u2153\u2154\u2155\u2156\u2157\u2158\u2159\u215a\u215b\u215c\u215d\u215e\u215f\u2460\u2461\u2462\u2463\u2464\u2465\u2466\u2467\u2468\u2469\u246a\u246b\u246c\u246d\u246e\u246f\u2470\u2471\u2472\u2473\u2474\u2475\u2476\u2477\u2478\u2479\u247a\u247b\u247c\u247d\u247e\u247f\u2480\u2481\u2482\u2483\u2484\u2485\u2486\u2487\u2488\u2489\u248a\u248b\u248c\u248d\u248e\u248f\u2490\u2491\u2492\u2493\u2494\u2495\u2496\u2497\u2498\u2499\u249a\u249b\u24ea\u24eb\u24ec\u24ed\u24ee\u24ef\u24f0\u24f1\u24f2\u24f3\u24f4\u24f5\u24f6\u24f7\u24f8\u24f9\u24fa\u24fb\u24fc\u24fd\u24fe\u24ff\u2776\u2777\u2778\u2779\u277a\u277b\u277c\u277d\u277e\u277f\u2780\u2781\u2782\u2783\u2784\u2785\u2786\u2787\u2788\u2789\u278a\u278b\u278c\u278d\u278e\u278f\u2790\u2791\u2792\u2793\u2cfd\u3192\u3193\u3194\u3195\u3220\u3221\u3222\u3223\u3224\u3225\u3226\u3227\u3228\u3229\u3251\u3252\u3253\u3254\u3255\u3256\u3257\u3258\u3259\u325a\u325b\u325c\u325d\u325e\u325f\u3280\u3281\u3282\u3283\u3284\u3285\u3286\u3287\u3288\u3289\u32b1\u32b2\u32b3\u32b4\u32b5\u32b6\u32b7\u32b8\u32b9\u32ba\u32bb\u32bc\u32bd\u32be\u32bf' variable
81 cats = ['Cc', 'Cf', 'Cn', 'Co', 'Cs', 'Ll', 'Lm', 'Lo', 'Lt', 'Lu', 'Mc', 'Me', 'Mn', 'Nd', 'Nl', 'No', 'Pc', 'Pd', 'Pe', 'Pf', 'Pi', 'Po', 'Ps', 'Sc', 'Sk', 'Sm', 'So', 'Zl', 'Zp', 'Zs']
/external/webrtc/webrtc/base/
H A Dbind.h90 // Define types such that sizeof(Yes) != sizeof(No).
92 struct No { char dummy[2]; }; struct in class:rtc::detail::IsRefCounted
101 template <typename C> static No test(...);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist.h114 typedef char No[2]; typedef in struct:llvm::ilist_detail::HasGetNext
119 template <class> static No &test(...);
129 typedef char No[2]; typedef in struct:llvm::ilist_detail::HasCreateSentinel
133 template <class> static No &test(...);
144 typedef char No[2]; typedef in struct:llvm::ilist_detail::HasCreateNode
149 template <class> static No &test(...);
348 if (where == first || where == last) return; // No change
/external/llvm/include/llvm/IR/
H A DMetadata.h469 typedef char No[2]; typedef in struct:llvm::mdconst::detail::HasDereference
474 template <class U, class V> static No &hasDereference(...);
903 /// \pre No operands (or operands' operands, etc.) have \a isTemporary().
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h486 typedef char No[2]; typedef in struct:llvm::mdconst::detail::HasDereference
491 template <class U, class V> static No &hasDereference(...);
925 /// \pre No operands (or operands' operands, etc.) have \a isTemporary().
/external/libcxxabi/src/
H A Dcxa_demangle.cpp210 enum class Cache : unsigned char { Yes, No, Unknown, }; member in class:__anon11207::Node::Cache
225 Cache RHSComponentCache_ = Cache::No, Cache ArrayCache_ = Cache::No,
226 Cache FunctionCache_ = Cache::No)
265 if (RHSComponentCache != Cache::No)
702 /*RHSComponentCache=*/Cache::Yes, /*ArrayCache=*/Cache::No,
740 /*RHSComponentCache=*/Cache::Yes, /*ArrayCache=*/Cache::No,
787 /*RHSComponentCache=*/Cache::Yes, /*ArrayCache=*/Cache::No,
955 return P->ArrayCache == Cache::No;
957 ArrayCache = Cache::No;
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp1242 unsigned &No = AnonValueNumbers[Operand]; local
1243 if (No == 0)
1244 No = ++NextAnonValueNumber;
1245 Name = "tmp__" + utostr(No);

Completed in 659 milliseconds