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

1 23

  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 241 BuiltinBug *BT = static_cast<BuiltinBug*>(BT_Null.get());
242 BugReport *report = new BugReport(*BT, os.str(), N);
297 BuiltinBug *BT = static_cast<BuiltinBug*>(BT_Bounds.get());
302 report = new BugReport(*BT, warningMsg, N);
312 report = new BugReport(*BT, os.str(), N);
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 355 llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) {
358 switch (BT->getKind()) {
367 createNullPtrType(BT->getName(CGM.getLangOpts()));
442 CGM.getContext().getTypeSize(BT),
443 CGM.getContext().getTypeAlign(BT),
474 switch (BT->getKind()) {
480 BTName = BT->getName(CGM.getLangOpts());
484 uint64_t Size = CGM.getContext().getTypeSize(BT);
485 uint64_t Align = CGM.getContext().getTypeAlign(BT);
    [all...]
CGCall.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaChecking.cpp     [all...]
SemaInit.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.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/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 456 if (const BuiltinType *BT = dyn_cast<BuiltinType>(getType()))
457 return BT->getKind() == K;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 752 milliseconds

1 23