HomeSort by relevance Sort by last modified time
    Searched refs:Named (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 27 SetVector<GlobalValue *> Named;
37 : ModulePass(ID), Named(GVs.begin(), GVs.end()), deleteStuff(deleteS) {}
46 // referenced by the Named set, and which GlobalValues in the rest of
55 deleteStuff == (bool)Named.count(I) && !I->isDeclaration();
77 deleteStuff == (bool)Named.count(I) && !I->isDeclaration();
105 if (deleteStuff == (bool)Named.count(CurI)) {
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 37 } Named;
128 Result.Named.VM = !!(TSFlags & SIInstrFlags::VM_CNT);
131 Result.Named.EXP = !!(TSFlags & SIInstrFlags::EXP_CNT &&
144 Result.Named.LGKM = Size > 4 ? 2 : 1;
147 Result.Named.LGKM = 0;
215 if (Increment.Named.EXP) {
289 if (Counts.Named.EXP == 0)
294 .addImm((Counts.Named.VM & 0xF) |
295 ((Counts.Named.EXP & 0x7) << 4) |
296 ((Counts.Named.LGKM & 0x7) << 8))
    [all...]
  /external/chromium_org/v8/test/webkit/
named-function-expression.js 25 "Tests variable resolution rules for named function expressions."
33 debug("named function expression");
34 shouldBe("var x = (function Named(a,b){ return a + b; }); x(2,3)", "5");
40 shouldBe("var z = 10; var x = eval('(function Named(a,b){ return (!!Named) ? (a + b + z) : -999; })'); x(4,5)", "19");
42 debug("named function expressions are not saved in the current context");
46 shouldBe("var ctr = 3; var x = (function Named(a,b){ if(--ctr) return 2 * Named(a,b); else return a + b; }); x(5,6)", "44");
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 158 class Named(genpyx.Named, Node):
173 class BasicType(genpyx.BasicType, Named):
177 class Qualifier(genpyx.Qualifier, Named):
181 class StorageClass(genpyx.StorageClass, Named):
185 class Ellipses(genpyx.Ellipses, Named):
193 class Identifier(genpyx.Identifier, Named):
227 class TypeAlias(genpyx.TypeAlias, Named):
351 class Tag(genpyx.Tag, Named):
    [all...]
genpyx.py 92 class Named(object):
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-parsing.js 50 // Named generator expression.
  /external/chromium_org/v8/src/
mirror-debugger.js 168 PropertyKind.Named = 1;
624 * @param {number} kind Indicate whether named, indexed or both kinds of
632 kind = kind || PropertyKind.Named | PropertyKind.Indexed;
638 // Find all the named properties.
639 if (kind & PropertyKind.Named) {
644 // Get names for named interceptor properties if any.
645 if (this.hasNamedInterceptor() && (kind & PropertyKind.Named)) {
676 // Copy names for named properties.
677 if (kind & PropertyKind.Named) {
696 * @param {number} kind Indicate whether named, indexed or both kinds o
    [all...]
  /external/v8/src/
mirror-debugger.js 167 PropertyKind.Named = 1;
615 * @param {number} kind Indicate whether named, indexed or both kinds of
623 kind = kind || PropertyKind.Named | PropertyKind.Indexed;
629 // Find all the named properties.
630 if (kind & PropertyKind.Named) {
635 // Get names for named interceptor properties if any.
636 if (this.hasNamedInterceptor() && (kind & PropertyKind.Named)) {
667 // Copy names for named properties.
668 if (kind & PropertyKind.Named) {
687 * @param {number} kind Indicate whether named, indexed or both kinds o
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 664 if (const NamedDecl *Named = Nodes->getNodeAs<NamedDecl>(Id)) {
665 Name = Named->getNameAsString();
    [all...]
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 362 milliseconds