/external/llvm/include/llvm/Analysis/ |
D | InlineCost.h | 86 bool isVariable() const { return !isAlways() && !isNever(); } in isVariable() function 91 assert(isVariable() && "Invalid access of InlineCost"); in getCost()
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 132 bool isVariable() const { in isVariable() function 138 assert(isVariable() && "Invalid accessor!"); in getVariableValue()
|
/external/llvm/lib/MC/ |
D | MCSymbol.cpp | 44 while (S->isVariable()) { in AliasedSymbol()
|
D | ELFObjectWriter.cpp | 478 if (Symbol.isAbsolute() && Symbol.isVariable()) { in SymbolValue() 547 Data.getSymbol().isVariable(); in WriteSymbol() 803 if (Symbol.isVariable() && !A.isVariable() && A.isUndefined()) in isInSymtab() 807 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal) in isInSymtab() 827 if (RefSymbol.isUndefined() && !RefSymbol.isVariable()) { in isLocal() 919 } else if (Symbol.isAbsolute() || RefSymbol.isVariable()) { in ComputeSymbolTable()
|
D | MCPureStreamer.cpp | 124 assert(!Symbol->isVariable() && "Cannot emit a variable symbol!"); in EmitLabel()
|
D | MCStreamer.cpp | 190 assert(!Symbol->isVariable() && "Cannot emit a variable symbol!"); in EmitLabel() 197 assert(!Symbol->isVariable() && "Cannot emit a variable symbol!"); in EmitDebugLabel()
|
D | WinCOFFObjectWriter.cpp | 424 if (Symbol.isVariable()) { in DefineSymbol() 517 return SymbolData.isExternal() || !SymbolData.getSymbol().isVariable(); in ExportSymbol()
|
D | MachObjectWriter.cpp | 79 if (S.isVariable()) { in getSymbolAddress() 609 if (!SD.getSymbol().isVariable()) in markAbsoluteVariableSymbols()
|
D | MCExpr.cpp | 505 if (Sym.isVariable() && SRE->getKind() == MCSymbolRefExpr::VK_None) { in EvaluateAsRelocatableImpl()
|
D | MCAssembler.cpp | 123 if (S.isVariable()) { in getSymbolOffset()
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | SymbolTable.h | 49 virtual bool isVariable() const { return false; } in isVariable() function 75 virtual bool isVariable() const { return true; } in isVariable() function
|
D | glslang.l | 508 if (yyextra->lexAfterType == false && symbol && symbol->isVariable()) { in check_type()
|
D | OutputHLSL.cpp | 126 if (symbol->isVariable()) in header() 276 if (symbol->isVariable()) in header()
|
D | ParseHelper.cpp | 771 if (! symbol->isVariable()) { in arrayErrorCheck()
|
D | glslang_lex.cpp | 3124 if (yyextra->lexAfterType == false && symbol && symbol->isVariable()) { in check_type()
|
D | glslang.y | 166 if (! symbol->isVariable()) {
|
D | glslang_tab.cpp | 2125 if (! symbol->isVariable()) {
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 237 } else if (Symbol->isInSection() && !Symbol->isVariable()) { in RecordX86_64Relocation() 245 } else if (Symbol->isVariable()) { in RecordX86_64Relocation() 536 if (SD->getSymbol().isVariable()) { in RecordX86Relocation()
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 228 bool DIDescriptor::isVariable() const { in isVariable() function in DIDescriptor 514 if (!isVariable()) in Verify() 941 if (!DV.isVariable()) in processDeclare() 1031 } else if (this->isVariable()) { in print()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 88 << Symbol.isVariable() << "/" << Symbol.isTemporary() in ExplicitRelSym()
|
D | ARMMachObjectWriter.cpp | 413 if (SD->getSymbol().isVariable()) { in RecordRelocation()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 649 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined()) in Run() 786 if (Sym->isVariable() && isa<MCConstantExpr>(Sym->getVariableValue())) { in ParsePrimaryExpr() 1208 if (!Sym->isUndefined() || Sym->isVariable()) in ParseStatement() 1988 if (S.isVariable()) in IsUsedIn() 2034 else if (Sym->isUndefined() && !Sym->isUsed() && !Sym->isVariable()) in ParseAssignment() 2036 else if (Sym->isVariable() && !Sym->isUsed() && allow_redef) in ParseAssignment() 2038 else if (!Sym->isUndefined() && (!Sym->isVariable() || !allow_redef)) in ParseAssignment() 2040 else if (!Sym->isVariable()) in ParseAssignment()
|
/external/llvm/include/llvm/ |
D | DebugInfo.h | 111 bool isVariable() const;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 53113 Avoid using the non-inlined isVariable() when adding parsed values during CSS parsing. 85933 (WebCore::CSSParserValue::isVariable): 85941 (WebCore::CSSPrimitiveValue::isVariable):
|
D | ChangeLog-2008-08-10 | 2798 (WebCore::CSSParserValue::isVariable): 2810 (WebCore::CSSPrimitiveValue::isVariable):
|