HomeSort by relevance Sort by last modified time
    Searched defs:emission (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDecl.cpp 123 /// EmitVarDecl - This method handles emission of any variable declaration
135 // FIXME: We need to force the emission/use of a guard variable for
234 // If constant emission failed, then this should be a C++ static
818 AutoVarEmission emission = EmitAutoVarAlloca(D); local
819 EmitAutoVarInit(emission);
820 EmitAutoVarCleanups(emission);
829 AutoVarEmission emission(D);
832 emission.IsByRef = isByRef;
835 emission.Alignment = alignment;
867 emission.Address = 0; // signal this condition to later callback
    [all...]
  /frameworks/native/opengl/libagl/
context.h 306 vec4_t emission; member in struct:android::gl::material_t

Completed in 267 milliseconds