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

1 2 3 45 6 7 8 91011>>

  /external/syslinux/core/lzo/
lzo_asm.h 227 9: MOVSB(r1,r2,x) ; decl rc ; jnz 9b
230 9: MOVSL(r1,r2,x) ; decl rc ; jnz 9b
233 9: MOVSB(r1,r2,x) ; decl rc ; jnz 9b
235 9: MOVSL(r1,r2,x) ; decl rc ; jnz 9b
256 #define REP_MOVSL(x) jmp 9f ; 8: movsb ; decl %ecx ; \
  /external/v8/tools/clang/plugins/
CheckIPCVisitor.cpp 57 void CheckIPCVisitor::BeginDecl(Decl* decl) {
58 decl_stack_.push_back(decl);
135 TemplateDecl* decl = spec->getTemplateName().getAsTemplateDecl(); local
136 if (!decl || decl->getQualifiedNameAsString() != "IPC::CheckedTuple") {
150 auto* parent_decl = GetParentDecl<Decl>();
CheckIPCVisitor.h 46 void BeginDecl(clang::Decl* decl);
92 std::vector<const clang::Decl*> decl_stack_;
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 289 ostringstream decl; local
302 decl << "layout(location = 0) in highp vec4 dEQP_Position;\n";
314 decl << "layout(location = " << curInputLoc << ") in ";
319 decl << transportTypeStr << " " << val.name << ";\n";
322 decl << transportTypeStr << " a_" << val.name << ";\n";
327 declareUniforms(decl, spec.values);
338 decl << "layout(location = " << curOutputLoc << ") flat out ";
343 decl << transportTypeStr << " " << val.name << ";\n";
346 decl << transportTypeStr << " v_" << val.name << ";\n";
347 decl << valueTypeStr << " " << val.name << ";\n"
370 ostringstream decl; local
433 ostringstream decl; local
474 ostringstream decl; local
503 ostringstream decl; local
519 ostringstream decl; local
545 ostringstream decl; local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
InterlockedDecrement.S 38 decl (%eax)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
InterlockedDecrement.S 34 lock decl (%rcx)
  /external/bison/src/
parse-gram.y 58 * \param decl the formal argument
61 static void add_param (char const *type, char *decl, location loc);
716 declaration DECL and location LOC. */
719 add_param (char const *type, char *decl, location loc)
730 for (p = decl; p[1]; p++)
731 if ((p == decl
742 ++decl;
743 while (c_isspace ((unsigned char) *decl))
744 ++decl;
751 muscle_pair_list_grow (type, decl, name)
    [all...]
  /external/curl/tests/
convsrctest.pl 114 my(@decl,@code);
143 push @decl, $_;
168 @decl,
  /system/tools/hidl/c2hal/
CompositeDeclaration.cpp 41 for(auto* decl : *mFieldDeclarations) {
42 delete decl;
  /bionic/tools/versioner/src/
versioner.cpp 225 static std::set<CompilationType> getCompilationTypes(const Declaration* decl) {
227 for (const auto& it : decl->availability) {
253 const Declaration* decl = &decl_it.second; local
254 if (decl->is_definition) {
255 std::set<CompilationType> compilation_types = getCompilationTypes(decl);
261 decl->dump(cwd, stderr, 4);
267 inline_definitions[decl] = std::move(compilation_types);
271 if (!decl->calculateAvailability(&availability)) {
273 decl->dump(cwd, stderr, 2);
277 if (decl->is_definition && !availability.empty())
    [all...]
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 1169 string decl; local
3547 string decl; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 1165 string decl; local
1179 string_init (&decl);
3543 string decl; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenType.py 27 for decl in self.getArgDeclarations(name, reference):
28 Output("%s;", decl)
29 for decl in self.getAuxDeclarations(name):
30 Output("%s;", decl)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.h 109 - (void)decl;
  /external/fec/
mmxbfly27.s 38 decl %eax
mmxbfly29.s 40 decl %eax
sse2bfly29.s 39 decl %eax
  /external/syslinux/com32/lib/
memcpy.S 57 decl %ecx
mempcpy.S 56 decl %ecx
memset.S 60 decl %ecx
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ScanHandler.java 52 public void decl(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug449.go 35 decls.WriteString(strings.Replace(decl, "$", s, -1))
64 const decl = ` const
issue13273.go 51 <-<-chan int // ERROR "unexpected <-, expecting chan|expecting {" (new parser: same error as for type decl)
54 <-chan<-int // ERROR "unexpected int, expecting chan|expecting {" (new parser: same error as for type decl)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug449.go 35 decls.WriteString(strings.Replace(decl, "$", s, -1))
64 const decl = ` const
issue13273.go 51 <-<-chan int // ERROR "unexpected <-, expecting chan|expecting {" (new parser: same error as for type decl)
54 <-chan<-int // ERROR "unexpected int, expecting chan|expecting {" (new parser: same error as for type decl)

Completed in 654 milliseconds

1 2 3 45 6 7 8 91011>>