Searched defs:isUndefined (Results 1 - 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSymbol.h98 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
99 bool isUndefined() const { function in class:llvm::MCSymbol
/external/llvm/include/llvm/MC/
H A DMCSymbol.h255 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
256 bool isUndefined(bool SetUsed = true) const { return !isDefined(SetUsed); } function
/external/clang/include/clang/Lex/
H A DMacroInfo.h374 bool isUndefined() const { return UndefLoc.isValid(); } function in class:clang::MacroInfo
399 return !Def.isUndefined();
/external/deqp/modules/glshared/
H A DglsStateQueryUtil.hpp89 bool isUndefined (void) const;
135 bool StateQueryMemoryWriteGuard<T>::isUndefined () const function in class:deqp::gls::StateQueryUtil::StateQueryMemoryWriteGuard
190 else if (isUndefined())
218 else if (isUndefined())
347 bool isUndefined (void) const;
H A DglsStateQueryUtil.cpp148 bool QueriedState::isUndefined (void) const function in class:deqp::gls::StateQueryUtil::QueriedState
1835 if (!state.isUndefined())
1845 if (!state.isUndefined())
1855 if (!state.isUndefined())
1865 if (!state.isUndefined())
1877 if (stateA.isUndefined() || stateB.isUndefined())
1922 if (!state.isUndefined())
1932 if (!state.isUndefined())
1942 if (!state.isUndefined())
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLazyValueInfo.cpp100 bool isUndefined() const { return Tag == undefined; } function in class:__anon18474::LVILatticeVal
140 assert(isUndefined());
158 assert(isUndefined() || isConstant());
175 assert(isUndefined());
187 if (RHS.isUndefined() || isOverdefined()) return false;
190 if (isUndefined()) {
273 if (Val.isUndefined())
525 if (!BBLV.isUndefined()) {
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp88 bool isUndefined() const { return getLatticeValue() == undefined; } function in class:__anon18973::LatticeVal
115 if (isUndefined()) {
142 assert(isUndefined() && "Can't force a defined value!");
359 if (IV.isOverdefined() || MergeWithV.isUndefined())
363 else if (IV.isUndefined())
568 if (!BCValue.isUndefined())
594 if (!SCValue.isUndefined())
638 return !BCValue.isUndefined();
656 return !SCValue.isUndefined();
735 if (IV.isUndefined()) continu
[all...]
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp120 bool isUndefined() const { return Tag == undefined; } function in class:__anon12481::LVILatticeVal
160 assert(isUndefined());
178 assert(isUndefined() || isConstant());
195 assert(isUndefined());
207 if (RHS.isUndefined() || isOverdefined()) return false;
210 if (isUndefined()) {
284 if (Val.isUndefined())
329 if (A.isUndefined())
331 if (B.isUndefined())
1506 if (Result.isUndefined())
[all...]
/external/llvm/include/llvm/Object/
H A DCOFF.h365 bool isUndefined() const { function in class:llvm::object::COFFSymbolRef
385 return isUndefined() || isWeakExternal();
/external/v8/src/debug/
H A Dmirrors.js291 Mirror.prototype.isUndefined = function() {
2056 !r.isNull() && property.isUndefined();
2061 if (!property.isUndefined()) {
2437 if (!eval_from_script.isUndefined()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 729 milliseconds