HomeSort by relevance Sort by last modified time
    Searched refs:decl (Results 76 - 100 of 566) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/include/clang/CodeGen/
ModuleBuilder.h 28 class Decl;
71 const Decl *GetDeclForMangledName(llvm::StringRef MangledName);
81 llvm::Constant *GetAddrOfGlobal(GlobalDecl decl, bool isForDefinition);
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw.h 55 const SVGA3dVertexDecl *decl,
svga_tgsi_decl_sm30.c 517 const struct tgsi_full_declaration *decl )
519 unsigned first = decl->Range.First;
520 unsigned last = decl->Range.Last;
526 switch (decl->Declaration.File) {
529 ok = ps30_sampler( emit, decl->Semantic, idx );
534 ok = vs30_input( emit, decl->Semantic, idx );
536 ok = ps30_input( emit, decl->Semantic, idx );
541 ok = vs30_output( emit, decl->Semantic, idx );
543 ok = ps30_output( emit, decl->Semantic, idx );
  /external/strace/xlat/
gen.sh 122 local decl="extern const struct xlat ${name}[];"
125 if grep -F -x "$decl" "$defs" > /dev/null; then
127 elif grep -F -x "$decl" "$mpers" > /dev/null; then
173 ${decl}
  /external/syslinux/memdisk/
memcpy.S 53 decl %ecx
memset.S 56 decl %ecx
  /prebuilts/go/darwin-x86/test/
clearfat.go 25 decls.WriteString(strings.Replace(decl, "$", s, -1))
48 const decl = ` const
  /prebuilts/go/linux-x86/test/
clearfat.go 25 decls.WriteString(strings.Replace(decl, "$", s, -1))
48 const decl = ` const
  /system/tools/aidl/
generate_java_binder.cpp 250 IntConstant* decl = new IntConstant(constant.GetName(), constant.GetValue()); local
251 interface->elements.push_back(decl);
256 StringConstant* decl = new StringConstant(constant.GetName(), local
258 interface->elements.push_back(decl);
282 Method* decl = new Method; local
283 decl->comment = method.GetComments();
284 decl->modifiers = PUBLIC;
285 decl->returnType = method.GetType().GetLanguageType<Type>();
286 decl->returnTypeDimension = method.GetType().IsArray() ? 1 : 0;
287 decl->name = method.GetName()
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiCopyMem.S 101 decl %ecx
142 decl %eax
166 decl %ecx
181 decl %esi
183 decl %edi
190 decl %ecx
191 decl %esi
192 decl %edi
  /external/clang/test/CodeGen/
dllimport.c 47 // Make sure this works even if the decl has been used before it's defined (PR20792).
75 // CHECK-DAG: declare dllimport void @decl()
76 __declspec(dllimport) void decl(void);
79 // CHECK-DAG: @use_decl = global void ()* @decl
80 void (*use_decl)(void) = &decl;
121 // Make sure this works even if the decl is used before it's defined (PR20792).
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm.h 81 const struct tgsi_full_declaration *decl);
85 const struct tgsi_full_declaration *decl);
  /external/selinux/semodule-utils/semodule_deps/
semodule_deps.c 141 avrule_decl_t *decl; local
158 for (decl = block->branch_list; decl != NULL; decl = decl->next) {
160 decl->module_name ? decl->module_name : BASE_NAME;
164 b = &decl->required.scope[i];
  /external/zlib/src/
zlib2ansi 24 my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ;
25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ;
  /frameworks/av/media/common_time/
cc_helper.cpp 95 #define CCHELPER_METHOD(decl, call) \
96 status_t CCHelper::decl { \
  /external/skia/src/sksl/
SkSLCompiler.cpp 257 for (VarDeclaration& decl : vd->fDeclaration->fVars) {
258 if (decl.fValue) {
259 (*definitions)[decl.fVar] = &decl.fValue;
316 for (const VarDeclaration& decl : vd->fDeclaration->fVars) {
317 result[decl.fVar] = nullptr;
407 ASTDeclaration& decl = *parsed[i]; local
408 switch (decl.fKind) {
411 (ASTVarDeclarations&) decl,
420 (ASTFunction&) decl);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg_test.go 141 for _, decl := range f.Decls {
142 if decl, ok := decl.(*ast.FuncDecl); ok {
143 g := New(decl.Body, mayReturn)
173 decl.Name.Name,
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
cfg_test.go 141 for _, decl := range f.Decls {
142 if decl, ok := decl.(*ast.FuncDecl); ok {
143 g := New(decl.Body, mayReturn)
173 decl.Name.Name,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 69 tree decl; variable
177 /* Represent which DECL tree (or reference to such tree)
203 Each function decl has assigned cgraph_node listing callees and callers. */
254 /* Set when decl is an abstract function pointed to by the
280 /* True if this decl is a dispatcher for function versions. */
301 to the dispatcher function decl, which is the function that must
307 dispatcher. The dispatcher decl is an alias to the resolver
308 function decl. */
325 /* Remove the cgraph_function_version_info and cgraph_node for DECL. This
326 DECL is a duplicate declaration. *
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/
process-graph.py 98 def update_node(self, decl):
126 def __init__(self, **decl):
127 self.src = decl['src']
128 self.dst = decl['dst']
129 self.lbl = decl['lbl']
130 self.ptr = decl['ptr']
131 self.kind = decl['kind'] # 0 = weak, 1 = strong, 2 = root
132 self.loc = decl['loc']
169 for decl in parse_file(filename):
170 if decl.has_key('name')
    [all...]
  /external/selinux/libsepol/src/
link.c 114 * to the object class. This means that the requirements for the decl are the union of the permissions
278 * not met, but we cannot because the decl might be optional (in which
1769 avrule_decl_t *decl, *last_decl = NULL; local
2198 avrule_decl_t *decl; local
2280 avrule_decl_t *decl; local
2326 avrule_decl_t *decl; local
2359 avrule_decl_t *decl; local
2389 avrule_decl_t *decl = cur->branch_list; local
2500 avrule_decl_t *decl; local
    [all...]
  /external/selinux/libsepol/tests/
test-common.c 184 role_datum_t *test_role_type_set(policydb_t * p, const char *id, avrule_decl_t * decl, const char **types, unsigned int len, unsigned int flags)
190 if (decl)
191 role = hashtab_search(decl->p_roles.table, id);
225 void test_attr_types(policydb_t * p, const char *id, avrule_decl_t * decl, const char **types, int len)
232 if (decl)
233 attr = hashtab_search(decl->p_types.table, id);
238 printf("could not find attr %s in decl %d\n", id, decl->decl_id);
  /external/clang/unittests/ASTMatchers/
ASTMatchersTraversalTest.cpp 63 EXPECT_TRUE(matches("class D{};", decl(hasDeclContext(decl()))));
68 decl(hasDescendant(loc(builtinType())))));
84 llvm::make_unique<VerifyIdIsBoundTo<Decl>>("x", 3)));
233 hasType(typedefType(hasDeclaration(decl()))))));
457 declRefExpr(to(decl(equalsBoundNode("v")))), parmVarDecl())))),
558 refersToDeclaration(decl())))));
571 refersToDeclaration(decl())))));
    [all...]
  /external/deqp/modules/glshared/
glsRandomShaderProgram.cpp 70 static void generateProgramDeclaration (sglr::pdec::ShaderProgramDeclaration& decl, const rsg::Shader& vertexShader, const rsg::Shader& fragmentShader, int numUnifiedUniforms, const rsg::ShaderInput* const* unifiedUniforms)
72 decl << sglr::pdec::VertexSource(vertexShader.getSource())
78 decl << sglr::pdec::VertexAttribute(vertexInput->getVariable()->getName(), mapToGenericVecType(vertexInput->getVariable()->getType()));
84 decl << sglr::pdec::VertexToFragmentVarying(mapToGenericVecType(fragInput->getVariable()->getType()));
90 decl << sglr::pdec::Uniform(uniform->getVariable()->getName(), mapToBasicType(uniform->getVariable()->getType()));
93 decl << sglr::pdec::FragmentOutput(rr::GENERICVECTYPE_FLOAT);
98 sglr::pdec::ShaderProgramDeclaration decl; local
99 generateProgramDeclaration(decl, vertexShader, fragmentShader, numUnifiedUniforms, unifiedUniforms);
100 return decl;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sol_state.c 131 uint16_t decl = 0; local
146 decl |= buffer << SO_DECL_OUTPUT_BUFFER_SLOT_SHIFT;
147 decl |= vue_map->vert_result_to_slot[vert_result] <<
149 decl |= component_mask << SO_DECL_COMPONENT_MASK_SHIFT;
158 so_decl[i] = decl;

Completed in 526 milliseconds

1 2 34 5 6 7 8 91011>>