Searched refs:isDefined (Results 1 - 25 of 61) sorted by relevance

123

/external/llvm/include/llvm/MC/
H A DMCSymbol.h86 /// isDefined - Check if this symbol is defined (i.e., it has an address).
89 bool isDefined() const { function in class:llvm::MCSymbol
96 return isDefined() && !isAbsolute();
101 return !isDefined();
/external/chromium_org/remoting/webapp/
H A Dbase.js317 base.EventSource.isDefined = function(obj, type) {
351 base.EventSource.isDefined(this, type);
364 base.EventSource.isDefined(this, type);
386 base.EventSource.isDefined(this, type);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DCounterDirectives.h85 bool isDefined() const { return isReset() || isIncrement(); } function in class:blink::CounterDirectives
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DErrorManager.java442 if ( !format.isDefined("message") ) { // pick random msg to load
862 if ( !messages.isDefined(templateName) ) {
870 if (!messages.isDefined("warning")) {
874 if (!messages.isDefined("error")) {
884 if (!format.isDefined("location")) {
888 if (!format.isDefined("message")) {
892 if (!format.isDefined("report")) {
H A DBuildDependencyGenerator.java120 if (generator.getTemplates().isDefined("headerFile")) {
H A DLeftRecursiveRuleAnalyzer.java47 if ( !recRuleTemplates.isDefined("recRuleName") ) {
/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp173 if (Sym->isDefined())
186 if (Sym->isDefined()) continue; // Ignore already emitted labels.
463 !LandingPad.LandingPadLabel->isDefined() &&
477 if ((BeginLabel->isDefined() ||
479 (EndLabel->isDefined() ||
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageReader.h167 bool isDefined() const { return m_isDefined; } function in class:GIFColorMap
H A DGIFImageDecoder.cpp158 const GIFColorMap::Table& colorTable = frameContext->localColorMap().isDefined() ? frameContext->localColorMap().table() : m_reader->globalColorMap().table();
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSymbolTable.h239 bool isDefined() function in class:TFunction
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp121 if (!(setterM && setterM->isDefined())) {
/external/clang/include/clang/AST/
H A DDeclObjC.h230 bool isImplicitlyDeclared = false, bool isDefined = false,
236 IsPropertyAccessor(isPropertyAccessor), IsDefined(isDefined),
258 bool isImplicitlyDeclared = false, bool isDefined = false,
420 bool isDefined() const { return IsDefined; } function in class:clang::ObjCList
421 void setDefined(bool isDefined) { IsDefined = isDefined; } argument
H A DDecl.h1634 /// isDefined - Returns true if the function is defined at all, including
1637 bool isDefined(const FunctionDecl *&Definition) const;
1639 virtual bool isDefined() const {
1641 return isDefined(Definition);
1661 /// previous definition); for that information, use isDefined. Note
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp340 const bool isDefined = false; local
383 isDefined,
/external/clang/include/clang/Lex/
H A DMacroInfo.h436 bool isDefined() const { function in namespace:clang
/external/clang/lib/Sema/
H A DSema.cpp437 if (FD->isDefined())
539 Complete = M->isDefined() || (M->isPure() && !isa<CXXDestructorDecl>(M));
541 Complete = F->getTemplatedDecl()->isDefined();
584 Complete = FD->isDefined();
H A DSemaTemplateInstantiateDecl.cpp1442 if (Function->isDefined(Definition) &&
1474 if (RPattern->isDefined(RPattern)) {
3248 Tmpl->isDefined(Definition);
3296 if (Function->isInvalidDecl() || Function->isDefined())
3313 PatternDecl->isDefined(PatternDecl);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCodeGenerator.java308 if ( templates.isDefined("headerFile") ) {
455 if ( templates.isDefined("headerFile") ) headerFileST.inspect();
461 if ( templates.isDefined("headerFile") ) {
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssTokens.java849 if (!Character.isDefined(hexValue)) {
1373 ? Character.isDefined(cp) && cp != '\ufeff'
/external/llvm/lib/MC/
H A DMCExpr.cpp685 bool IsSymbol = A && A->getSymbol().isDefined();
808 if (Sym.isDefined())
H A DMachObjectWriter.cpp366 else if (Symbol->isDefined())
1007 if (it->Symbol->isDefined() &&
H A DMCAssembler.cpp490 if (Sym.isDefined())
495 if (Sym.isDefined())
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp894 bool isDefined; member in class:deqp::egl::GLES2ThreadTest::Texture
902 , isDefined (false)
989 m_texture->isDefined = true;
1092 texture->isDefined = true;
1172 bool isDefined; member in class:deqp::egl::GLES2ThreadTest::Buffer
1179 , isDefined (false)
1260 buffer->isDefined = true;
1328 bool isDefined; member in class:deqp::egl::GLES2ThreadTest::Shader
1336 , isDefined (false)
1419 m_shader->isDefined
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderCounter.cpp132 if (directives.isDefined()) {
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp52 II->setHasMacroDefinition(MD->isDefined());
68 if (!MD->isDefined())

Completed in 1617 milliseconds

123