Home
last modified time | relevance | path

Searched refs:Active (Results 1 – 25 of 43) sorted by relevance

12

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp385 Active = ActiveTemplateInstantiations.rbegin(), in PrintInstantiationStack() local
387 Active != ActiveEnd; in PrintInstantiationStack()
388 ++Active, ++InstantiationIdx) { in PrintInstantiationStack()
393 Diags.Report(Active->PointOfInstantiation, in PrintInstantiationStack()
400 switch (Active->Kind) { in PrintInstantiationStack()
402 Decl *D = Active->Entity; in PrintInstantiationStack()
407 Diags.Report(Active->PointOfInstantiation, DiagID) in PrintInstantiationStack()
409 << Active->InstantiationRange; in PrintInstantiationStack()
416 Diags.Report(Active->PointOfInstantiation, DiagID) in PrintInstantiationStack()
418 << Active->InstantiationRange; in PrintInstantiationStack()
[all …]
/external/clang/tools/diagtool/
DShowEnabledWarnings.cpp114 std::vector<PrettyDiag> Active; in run() local
133 Active.push_back(PrettyDiag(I->getName(), WarningOpt, DiagLevel)); in run()
137 for (std::vector<PrettyDiag>::const_iterator I = Active.begin(), in run()
138 E = Active.end(); I != E; ++I) { in run()
/external/clang/lib/Parse/
DRAIIObjectsForParser.h48 bool Active; variable
56 Active = true;
58 Active = false;
63 assert(Active && "trying to end an inactive suppression"); in done()
65 Active = false; in done()
69 assert(!Active && "redelaying without having ended first"); in redelay()
76 if (Active) done(); in ~SuppressAccessChecks()
/external/mesa3d/src/mesa/main/
Dqueryobj.c55 q->Active = GL_FALSE; in _mesa_new_query_object()
242 ASSERT(!q->Active); /* should be caught earlier */ in _mesa_DeleteQueriesARB()
332 if (q->Active) { in _mesa_BeginQueryIndexed()
340 q->Active = GL_TRUE; in _mesa_BeginQueryIndexed()
377 if (!q || !q->Active) { in _mesa_EndQueryIndexed()
383 q->Active = GL_FALSE; in _mesa_EndQueryIndexed()
441 if (q->Active) { in _mesa_QueryCounter()
551 if (!q || q->Active) { in _mesa_GetQueryObjectivARB()
602 if (!q || q->Active) { in _mesa_GetQueryObjectuivARB()
656 if (!q || q->Active) { in _mesa_GetQueryObjecti64vEXT()
[all …]
Dtransformfeedback.c347 if (obj->Active) { in _mesa_BeginTransformFeedback()
363 obj->Active = GL_TRUE; in _mesa_BeginTransformFeedback()
379 if (!obj->Active) { in _mesa_EndTransformFeedback()
386 ctx->TransformFeedback.CurrentObject->Active = GL_FALSE; in _mesa_EndTransformFeedback()
444 if (obj->Active) { in _mesa_bind_buffer_range_transform_feedback()
487 if (obj->Active) { in _mesa_bind_buffer_base_transform_feedback()
528 if (obj->Active) { in _mesa_BindBufferOffsetEXT()
795 if (ctx->TransformFeedback.CurrentObject->Active && in _mesa_BindTransformFeedback()
839 if (obj->Active) { in _mesa_DeleteTransformFeedbacks()
866 if (!obj->Active || obj->Paused) { in _mesa_PauseTransformFeedback()
[all …]
Dcondrender.c76 if (q->Target != GL_SAMPLES_PASSED || q->Active) { in _mesa_BeginConditionalRender()
/external/clang/lib/CodeGen/
DCGLoopInfo.h123 bool hasInfo() const { return !Active.empty(); } in hasInfo()
126 const LoopInfo &getInfo() const { return Active.back(); } in getInfo()
130 llvm::SmallVector<LoopInfo, 4> Active; variable
DCGLoopInfo.cpp81 Active.push_back(LoopInfo(Header, StagedAttrs)); in push()
87 assert(!Active.empty() && "No active loops to pop"); in pop()
88 Active.pop_back(); in pop()
/external/valgrind/coregrind/
Dm_redir.c291 Active; typedef
303 static void maybe_add_active ( Active /*by value; callee copies*/ );
311 static void show_active ( const HChar* left, const Active* act );
722 Active *old, new; in VG_()
758 Active act; in generate_and_add_actives()
884 static void maybe_add_active ( Active act ) in maybe_add_active()
887 Active* old = NULL; in maybe_add_active()
982 Active* a = VG_(OSetGen_AllocNode)(activeSet, sizeof(Active)); in maybe_add_active()
1026 Active* act; in VG_()
1125 Active* r = VG_(OSetGen_Lookup)(activeSet, &orig); in VG_()
[all …]
/external/aac/libAACdec/src/
Daacdec_tns.cpp111 pTnsData->Active = 0; in CTns_Reset()
210 pTnsData->Active = 1; in CTns_Read()
344 if (pTnsData->Active) in CTns_Apply()
Daacdec_tns.h121 UCHAR Active; member
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp292 IntervalSet Active(lowestEndPoint); in apply() local
309 IntervalSet::iterator RetireItr = Active.begin(); in apply()
310 while (RetireItr != Active.end() && in apply()
319 Active.erase(Active.begin(), RetireItr); in apply()
329 for (const auto &A : Active) { in apply()
350 Active.insert(Cur); in apply()
DShadowStackGCLowering.cpp258 bool Active = false; in doInitialization() local
261 Active = true; in doInitialization()
265 if (!Active) in doInitialization()
/external/lldb/docs/
Dbuilding-with-debug-llvm.txt38 "Build Active Architecture Only" is enabled. Close the window.
43 "Build Active Architecture Only" is enabled. Close the window.
/external/tcpdump/tests/
Dlmp-v.out180 Active: Allocated (1)
184 Active: Allocated (1)
194 Active: Allocated (1)
198 Active: Allocated (1)
/external/blktrace/btt/doc/
Dsample-btt-output.tex76 ==================== Active Requests At Q Information ====================
/external/llvm/lib/ProfileData/
DCoverageMapping.cpp301 const CountedRegion *Active = ActiveRegions.back(); in popRegion() local
302 unsigned Line = Active->LineEnd, Col = Active->ColumnEnd; in popRegion()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_sol.c51 if (xfb_obj->Active && !xfb_obj->Paused && in gen6_update_sol_surfaces()
Dbrw_gs.c192 if (ctx->TransformFeedback.CurrentObject->Active && in populate_key()
Dgen7_sol_state.c241 bool active = xfb_obj->Active && !xfb_obj->Paused; in upload_sol_state()
Dbrw_queryobj.c231 query->Base.Active = false; in brw_new_query_object()
/external/libpng/contrib/visupng/
DREADME.txt27 1) On the main menu Select "Build|Set Active configuration".
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_queryobj.c66 query->Base.Active = GL_FALSE; in radeonNewQueryObject()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_queryobj.c66 query->Base.Active = GL_FALSE; in radeonNewQueryObject()
/external/libxml2/bakefile/
DReadme.txt65 Using the command "Build->Set Active Configuration" you can choose one of the predefined

12