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 124 /// EmitVarDecl - This method handles emission of any variable declaration
131 // FIXME: We need to force the emission/use of a guard variable for
238 // If constant emission failed, then this should be a C++ static
823 AutoVarEmission emission = EmitAutoVarAlloca(D); local
824 EmitAutoVarInit(emission);
825 EmitAutoVarCleanups(emission);
834 AutoVarEmission emission(D);
837 emission.IsByRef = isByRef;
840 emission.Alignment = alignment;
872 emission.Address = nullptr; // signal this condition to later callback
    [all...]
  /frameworks/native/opengl/libagl/
context.h 310 vec4_t emission; member in struct:android::gl::material_t

Completed in 2940 milliseconds