HomeSort by relevance Sort by last modified time
    Searched refs:BT (Results 51 - 70 of 70) sorted by null

1 23

  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 251 BuiltinBug *BT = static_cast<BuiltinBug*>(BT_Null.get());
252 BugReport *report = new BugReport(*BT, os.str(), N);
308 BuiltinBug *BT = static_cast<BuiltinBug*>(BT_Bounds.get());
313 report = new BugReport(*BT, warningMsg, N);
323 report = new BugReport(*BT, os.str(), N);
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 706 const BuiltinType *BT = T->getAs<BuiltinType>();
707 assert(BT && "Not a floating point type!");
708 switch (BT->getKind()) {
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 799 else if (const BlockPointerType *BT = T->getAs<BlockPointerType>())
800 FT = BT->getPointeeType()->getAs<FunctionProtoType>();
    [all...]
SemaChecking.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaInit.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/qemu/
ppc-dis.c 446 as the BT field in the same instruction. */
527 /* The BT field in an X or XL form instruction. */
528 #define BT BH + 1
535 #define CR BT + 1
905 the BT field in the same instruction. This operand is marked FAKE
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 336 llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) {
339 switch (BT->getKind()) {
348 createNullPtrType(BT->getName(CGM.getContext().getLangOpts()));
413 switch (BT->getKind()) {
419 BTName = BT->getName(CGM.getContext().getLangOpts());
423 uint64_t Size = CGM.getContext().getTypeSize(BT);
424 uint64_t Align = CGM.getContext().getTypeAlign(BT);
    [all...]
CGCall.cpp 745 if (const BuiltinType *BT = ResultType->getAs<BuiltinType>()) {
746 switch (BT->getKind()) {
764 if (const BuiltinType *BT = CT->getElementType()->getAs<BuiltinType>()) {
765 if (BT->getKind() == BuiltinType::LongDouble)
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 410 #define BT(n, c) (((c)+((n)*4))<<21)
1140 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_LT) | BB (7, CR_LT);
1146 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_GT) | BB (7, CR_GT);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 87 BT,
    [all...]
X86ISelLowering.cpp     [all...]
  /hardware/msm7k/libaudio/
AudioHardware.cpp 117 ALOGD("BT MATCH " #desc); \
122 CHECK_FOR(BT)
301 ALOGI("Turning noise reduction and echo cancellation off for BT "
    [all...]
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 216 ??,W??u]??P<Vm?a??:G,?\+?&??????!(?? ??<T^&J??m38?yG?sd4????3#?=*?<H^?h'?*l???a?????? D?q0<T]?N????????[yq???D?D?:m j<Tf'??(?H??D?5?????"4 ?) <BT N?8?v?t??/?M????#fH???<BZNs?e?.???? ?c>?X?}_??D??<?R>xd?[???C}iB????7?BIe? <(,?y??;?B_?BC\ i?F?Pi?&?N <h V??Id??%%'?b???&????qF`<?p,???0?*???????"??;???3^?:?<Rdr????D?J?k(???wx?|??W??u?g<E{???E?oRdw[? ?U????94??P<?
296 H*ebp<C?+v?=???????f>??cv??;Wop<??[?t???Th?m?B??x???6?<?}?W???zG???'?/???bt?c??????<Vr?m!?+V?gUv ???????o?<HT?D ????}??0TH???#?K?P<p\G?w???#?V?wE?n#^! r?IW?W<BT??
    [all...]
  /external/clang/include/clang/AST/
Expr.h 401 if (const BuiltinType *BT = dyn_cast<BuiltinType>(getType()))
402 return BT->getKind() == K;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 257 milliseconds

1 23