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

1 23 4 5 6 7 8 91011>>

  /external/selinux/libsepol/include/sepol/policydb/
avrule_block.h 36 avrule_decl_t * decl,
  /system/tools/hidl/c2hal/
Note.h 33 // assume ownership on decl
34 Note(Declaration *decl);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 134 struct tgsi_full_declaration *decl)
138 if (decl->Declaration.File == TGSI_FILE_OUTPUT &&
139 decl->Semantic.Name == TGSI_SEMANTIC_COLOR &&
140 decl->Semantic.Index == 0) {
141 aactx->colorOutput = decl->Range.First;
143 else if (decl->Declaration.File == TGSI_FILE_INPUT) {
144 if ((int) decl->Range.Last > aactx->maxInput)
145 aactx->maxInput = decl->Range.Last;
146 if (decl->Semantic.Name == TGSI_SEMANTIC_GENERIC &&
147 (int) decl->Semantic.Index > aactx->maxGeneric)
178 struct tgsi_full_declaration decl; local
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/
Config.h 140 static bool IsAnnotated(clang::Decl* decl, const std::string& anno) {
141 clang::AnnotateAttr* attr = decl->getAttr<clang::AnnotateAttr>();
145 static bool IsStackAnnotated(clang::Decl* decl) {
146 return IsAnnotated(decl, "blink_stack_allocated");
149 static bool IsIgnoreAnnotated(clang::Decl* decl) {
150 return IsAnnotated(decl, "blink_gc_plugin_ignore");
153 static bool IsIgnoreCycleAnnotated(clang::Decl* decl)
    [all...]
BlinkGCPluginConsumer.h 31 void ParseFunctionTemplates(clang::TranslationUnitDecl* decl);
45 bool DeclaresVirtualMethods(clang::CXXRecordDecl* decl);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 47 struct tgsi_declaration decl; member in union:tgsi_any_token
459 struct const_decl *decl = &ureg->const_decls2D[index2D]; local
463 if (decl->nr_constant_ranges < UREG_MAX_CONSTANT_RANGE) {
464 uint i = decl->nr_constant_ranges++;
466 decl->constant_range[i].first = first;
467 decl->constant_range[i].last = last;
481 struct const_decl *decl = &ureg->const_decls; local
487 for (i = 0; i < decl->nr_constant_ranges; i++) {
488 if (decl->constant_range[i].first <= index &&
489 decl->constant_range[i].last >= index)
1522 struct const_decl *decl = &ureg->const_decls2D[i]; local
    [all...]
tgsi_text.c 1067 struct tgsi_full_declaration decl; local
1086 decl = tgsi_default_full_declaration();
1087 decl.Declaration.File = file;
1088 decl.Declaration.UsageMask = writemask;
1091 decl.Range.First = brackets[0].first;
1092 decl.Range.Last = brackets[0].last;
1094 decl.Range.First = brackets[1].first;
1095 decl.Range.Last = brackets[1].last;
1097 decl.Declaration.Dimension = 1;
1098 decl.Dim.Index2D = brackets[0].first
    [all...]
  /external/boringssl/src/util/
doc.go 67 // Decl contains the preformatted C declaration itself.
68 Decl string
141 func extractDecl(lines []string, lineNo int) (decl string, rest []string, restLineNo int, err error) {
179 if len(decl) > 0 {
180 decl += "\n"
182 decl += line
186 if len(stack) == 0 && (len(decl) == 0 || decl[len(decl)-1] != '\\') {
202 func getNameFromDecl(decl string) (string, bool)
    [all...]
  /art/runtime/interpreter/mterp/x86/
fpcmp.S 32 decl %eax
  /external/llvm/include/llvm/Support/
Compiler.h 239 // LLVM_ATTRIBUTE_DEPRECATED(decl, "message")
241 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
242 decl __attribute__((deprecated(message)))
244 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
245 decl __attribute__((deprecated))
247 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
248 __declspec(deprecated(message)) decl
250 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
251 decl
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-inline.h 67 /* Create a new decl to replace DECL in the destination function. */
182 tree copy_decl_no_change (tree decl, copy_body_data *id);
189 extern tree remap_decl (tree decl, copy_body_data *id);
langhooks.h 148 /* Function to add a decl to the current scope level. Takes one
149 argument, a decl to add. Returns that decl, or, if the same
150 symbol is already declared, may return a different decl for that
157 /* Returns true if DECL is explicit member function. */
160 /* Returns True if the parameter is a generic parameter decl
171 /* Returns true when we should warn for an unused global DECL.
179 /* True if this decl may be called via a sibcall. */
182 /* True if OpenMP should privatize what this DECL points to rather
183 than the DECL itself. *
    [all...]
  /external/boringssl/linux-x86/crypto/bn/
bn-586.S 211 decl %ecx
222 decl %ecx
233 decl %ecx
244 decl %ecx
255 decl %ecx
266 decl %ecx
409 decl %ebp
418 decl %ebp
427 decl %ebp
436 decl %eb
    [all...]
  /external/boringssl/mac-x86/crypto/bn/
bn-586.S 210 decl %ecx
221 decl %ecx
232 decl %ecx
243 decl %ecx
254 decl %ecx
265 decl %ecx
406 decl %ebp
415 decl %ebp
424 decl %ebp
433 decl %eb
    [all...]
  /prebuilts/go/darwin-x86/test/
map.go 207 panic(fmt.Sprintf("tuple existence decl: mib[%d]\n", i))
217 panic(fmt.Sprintf("tuple existence decl: mii[%d]\n", i))
227 panic(fmt.Sprintf("tuple existence decl: mfi[%d]\n", i))
237 panic(fmt.Sprintf("tuple existence decl: mif[%d]\n", i))
247 panic(fmt.Sprintf("tuple existence decl: mis[%d]\n", i))
257 panic(fmt.Sprintf("tuple existence decl: msi[%d]\n", i))
267 panic(fmt.Sprintf("tuple existence decl: mss[%d]\n", i))
277 panic(fmt.Sprintf("tuple existence decl: mspa[%d]\n", i))
287 panic(fmt.Sprintf("tuple existence decl: mipT[%d]\n", i))
297 panic(fmt.Sprintf("tuple existence decl: mpTi[apT[%d]]\n", i)
    [all...]
  /prebuilts/go/linux-x86/test/
map.go 207 panic(fmt.Sprintf("tuple existence decl: mib[%d]\n", i))
217 panic(fmt.Sprintf("tuple existence decl: mii[%d]\n", i))
227 panic(fmt.Sprintf("tuple existence decl: mfi[%d]\n", i))
237 panic(fmt.Sprintf("tuple existence decl: mif[%d]\n", i))
247 panic(fmt.Sprintf("tuple existence decl: mis[%d]\n", i))
257 panic(fmt.Sprintf("tuple existence decl: msi[%d]\n", i))
267 panic(fmt.Sprintf("tuple existence decl: mss[%d]\n", i))
277 panic(fmt.Sprintf("tuple existence decl: mspa[%d]\n", i))
287 panic(fmt.Sprintf("tuple existence decl: mipT[%d]\n", i))
297 panic(fmt.Sprintf("tuple existence decl: mpTi[apT[%d]]\n", i)
    [all...]
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 35 std::string ABIWrapper::GetDeclSourceFile(const clang::Decl *decl,
38 clang::SourceLocation location = decl->getLocation();
114 std::string ABIWrapper::GetMangledNameDecl(const clang::NamedDecl *decl) const {
116 if (!mangle_contextp_->shouldMangleDeclName(decl)) {
117 clang::IdentifierInfo *identifier = decl->getIdentifier();
122 mangle_contextp_->mangleName(decl, ostream);
156 const clang::TagDecl *decl) const {
157 if (decl->getTypedefNameForAnonDecl()) {
158 return decl->getTypedefNameForAnonDecl()->getQualifiedNameAsString()
    [all...]
  /external/pdfium/xfa/fde/css/
cfde_cssstylesheet.cpp 88 auto decl = pStyleRule->GetDeclaration(); local
91 decl->AddProperty(propertyTable, strValue);
93 decl->AddProperty(wsName, CFX_WideString(strValue));
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.h 52 bool TraverseDecl(clang::Decl* decl);
71 bool InTestingNamespace(const clang::Decl* record);
109 void CheckVarDecl(clang::VarDecl* decl);
111 void ParseFunctionTemplates(clang::TranslationUnitDecl* decl);
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 281 ostringstream decl; local
295 decl << vtxIn << " highp vec4 dEQP_Position;\n";
307 decl << vtxIn << " " << floatTypeStr << " " << val.name << ";\n";
311 decl << vtxIn << " " << floatTypeStr << " a_" << val.name << ";\n";
327 decl << vtxOut << " " << floatTypeStr << " " << val.name << ";\n";
330 decl << vtxOut << " " << floatTypeStr << " v_" << val.name << ";\n";
331 decl << refTypeStr << " " << val.name << ";\n";
339 params.insert(pair<string, string>("DECLARATIONS", decl.str()));
354 ostringstream decl; local
366 genCompareFunctions(decl, spec.values, false)
434 ostringstream decl; local
474 ostringstream decl; local
504 ostringstream decl; local
520 ostringstream decl; local
546 ostringstream decl; local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
Log2.S 59 decl %ecx
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.h 72 - (void)decl;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 31 #define DECL 4
83 - (void)decl;
Main.java 10 //LangParser.decl_return r = parser.decl();
18 walker.decl();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 115 ElemExtensionDecl decl = null; local
127 decl = (ElemExtensionDecl) child;
129 String prefix = decl.getPrefix();
134 return decl;

Completed in 663 milliseconds

1 23 4 5 6 7 8 91011>>