HomeSort by relevance Sort by last modified time
    Searched refs:NB (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 21 for (NodeBuilder::iterator I = NB.results_begin(),
22 E = NB.results_end(); I != E; ++I) {
CoreEngine.cpp 460 void CoreEngine::enqueue(NodeBuilder &NB) {
461 for (NodeBuilder::iterator I = NB.results_begin(),
462 E = NB.results_end(); I != E; ++I) {
  /external/clang/test/CXX/temp/temp.param/
p3.cpp 32 namespace NB { struct S; }
35 using namespace NB;
  /external/clang/test/SemaCXX/
exceptions.cpp 113 namespace NB { struct S; }
117 using namespace NB;
  /external/clang/test/CodeGen/
struct.c 48 typedef struct NB {
52 struct NB *n2;
54 } NB;
56 void f2() { NB b; }
58 extern NB *f3();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 34 NodeBuilder &NB;
52 NB(builder),
80 unsigned getCurrentBlockCount() {return NB.getCurrentBlockCount();}
160 ExplodedNode *node = NB.generateNode(tag ? Location.withTag(tag) : Location,
CoreEngine.h 168 void enqueue(NodeBuilder &NB);
364 void importNodesFromBuilder(const NodeBuilder &NB) {
365 ExplodedNode *NBPred = const_cast<ExplodedNode*>(NB.C.ContextPred);
366 if (NB.hasGeneratedNodes()) {
368 Deferred.insert(NB.Deferred.begin(), NB.Deferred.end());
  /external/llvm/include/llvm/Support/
SourceMgr.h 106 SrcBuffer NB;
107 NB.Buffer = F;
108 NB.IncludeLoc = IncludeLoc;
109 Buffers.push_back(NB);
  /frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorBuffer.h 69 M4OSA_UInt32 NB;
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorBuffer.c 99 pool->NB = nbBuffers;
132 for (j = 0; j < ppool->NB; j++)
176 for (i=0; i < ppool->NB; i++)
210 for(index = 0; index < pool->NB; index++)
247 for(index = 0; index< pool->NB; index++)
VideoEditorVideoDecoder.cpp     [all...]
  /external/stlport/stlport/stl/
_list.c 213 const int NB = 64;
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry);
226 if (__fill >= NB) {
_slist.c 189 const int NB = 64;
190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry);
203 if (__fill >= NB) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.c 213 const int NB = 64;
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry);
226 if (__fill >= NB) {
_slist.c 189 const int NB = 64;
190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry);
203 if (__fill >= NB) {
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_list.c 213 const int NB = 64;
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry);
226 if (__fill >= NB) {
_slist.c 189 const int NB = 64;
190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry);
203 if (__fill >= NB) {
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_list.c 213 const int NB = 64;
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry);
226 if (__fill >= NB) {
_slist.c 189 const int NB = 64;
190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry);
203 if (__fill >= NB) {
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_list.c 213 const int NB = 64;
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry);
226 if (__fill >= NB) {
_slist.c 189 const int NB = 64;
190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry);
203 if (__fill >= NB) {
  /external/iproute2/doc/
api-ip6-flowlabels.tex 61 \begin{NB}
66 \end{NB}
67 \begin{NB}
68 NB notes here and below reflect only my personal opinion,
70 \end{NB}
96 \begin{NB}
103 \end{NB}
111 \begin{NB}
116 \end{NB}
123 \begin{NB}
    [all...]
ip-cref.tex 38 The paragraphs beginning with NB contain side notes, warnings about
99 \begin{NB}
101 \end{NB}
102 \begin{NB}
104 \end{NB}
252 \begin{NB}
257 \end{NB}
291 \begin{NB}
295 \end{NB}
304 \begin{NB}
    [all...]
ip-tunnels.tex 264 \begin{NB}
269 \end{NB}
  /external/qemu/
ppc-dis.c 677 /* The NB field in an X form instruction. The value 32 is stored as
679 #define NB MB6 + 1
684 #define NSI NB + 1
    [all...]

Completed in 748 milliseconds

1 2