| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| D | WebAssemblyWasmObjectWriter.cpp | 79 assert(SymA.isFunction()); in getRelocType() 97 if (SymA.isFunction()) in getRelocType() 101 if (SymA.isFunction()) in getRelocType() 107 if (SymA.isFunction()) in getRelocType() 118 if (SymA.isFunction()) { in getRelocType() 136 if (SymA.isFunction()) { in getRelocType()
|
| D | WebAssemblyTargetStreamer.cpp | 64 assert(Sym->isFunction()); in emitFunctionType()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/ |
| D | LTOModule.cpp | 281 info.isFunction = false; in addObjCClass() 295 info.isFunction = false; in addObjCClass() 320 info.isFunction = false; in addObjCCategory() 339 info.isFunction = false; in addObjCClassRef() 419 bool isFunction) { in addDefinedSymbol() argument 424 if (isFunction) { in addDefinedSymbol() 469 info.isFunction = isFunction; in addDefinedSymbol() 501 info.isFunction = false; in addAsmGlobalSymbol() 509 if (info.isFunction) in addAsmGlobalSymbol() 534 info.isFunction = false; in addAsmGlobalSymbolUndef() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/ |
| D | ItaniumDemangle.cpp | 399 if (!isFunction()) in getFunctionBaseName() 429 if (!isFunction()) in getFunctionDeclContextName() 474 if (!isFunction()) in getFunctionName() 482 if (!isFunction()) in getFunctionParameters() 501 if (!isFunction()) in getFunctionReturnType() 525 if (!isFunction()) in hasFunctionQualifiers() 563 bool ItaniumPartialDemangler::isFunction() const { in isFunction() function in ItaniumPartialDemangler 576 return !isFunction() && !isSpecialName(); in isData()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| D | LTOModule.h | 43 bool isFunction = 0; member 186 bool isFunction);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| D | PDBSymbolPublicSymbol.h | 28 FORWARD_SYMBOL_METHOD(isFunction)
|
| D | IPDBRawSymbol.h | 177 virtual bool isFunction() const = 0;
|
| /freebsd-12-stable/contrib/libxo/xohtml/external/ |
| D | jquery.js | 200 } else if ( jQuery.isFunction( selector ) ) { 342 if ( typeof target !== "object" && !jQuery.isFunction(target) ) { 494 isFunction: function( obj ) { 633 isObj = length === undefined || jQuery.isFunction( object ); 811 if ( !jQuery.isFunction( fn ) ) { 843 exec = !pass && exec && jQuery.isFunction(value); 1249 if ( jQuery.isFunction( fn ) ) { 1252 if ( returned && jQuery.isFunction( returned.promise ) ) { 1309 deferred = length <= 1 && firstParam && jQuery.isFunction( firstParam.promise ) ? 1329 if ( args[ i ] && args[ i ].promise && jQuery.isFunction( args[ i ].promise ) ) { [all …]
|
| D | jquery.qtip.js | 182 if(!$.isFunction(title)) { 191 if(!$.isFunction(text)) { 201 $.isFunction(callback) && tooltip.bind( 304 …return !( $.isFunction(c) || (c && c.attr) || c.length || ($.type(c) === 'object' && (c.jquery || … 467 tooltip[($.isFunction(v) ? '' : 'un') + 'bind']('tooltip'+o, v); 589 if($.isFunction(content)) { 594 if($.isFunction(content.then)) { 846 …sNaN(position.left) || isNaN(position.top) || target === 'mouse' || !$.isFunction(posOptions.effec… 851 else if($.isFunction(posOptions.effect)) { 999 if($.isFunction(contentOptions.text)) { this._updateContent(contentOptions.text, FALSE); } [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| D | Demangle.h | 111 bool isFunction() const;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | WasmObjectWriter.cpp | 425 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) { in executePostLayoutBinding() 609 assert(Base->isFunction()); in getProvisionalValue() 1205 assert(Symbol.isFunction()); in getFunctionType() 1217 assert(Symbol.isFunction()); in registerFunctionType() 1298 if (WS.isFunction()) { in prepareImports() 1314 if (WS.isFunction()) { in prepareImports() 1369 if (WS.isFunction()) in prepareImports() 1530 if (WS.isFunction()) { in writeOneObject() 1690 if (Base->isFunction()) { in writeOneObject() 1778 assert(Rel.Symbol->isFunction()); in writeOneObject() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | RichManglingContext.cpp | 90 return m_ipd.isFunction(); in IsFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCSymbolWasm.h | 44 bool isFunction() const { return Type == wasm::WASM_SYMBOL_TYPE_FUNCTION; } in isFunction() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | NativeRawSymbol.h | 155 bool isFunction() const override;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| D | DIARawSymbol.h | 150 bool isFunction() const override;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeRawSymbol.cpp | 436 bool NativeRawSymbol::isFunction() const { in isFunction() function in NativeRawSymbol
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyMCInstLower.cpp | 127 if (WasmSym->isFunction()) in lowerSymbolOperand()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| D | XCOFFObjectFile.h | 533 bool isFunction() const;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| D | XCOFFDumper.cpp | 388 if (SymbolEntRef.isFunction() && NumberOfAuxEntries >= 2) in printSymbol()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| D | SymbolFilePDB.cpp | 1272 if (!pub_sym_up->isFunction()) in CacheFunctionNames() 1932 if (pdb_public_sym->isFunction()) { in GetMangledForPDBFunc()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/ |
| D | XCOFFObjectFile.cpp | 797 bool XCOFFSymbolRef::isFunction() const { in isFunction() function in llvm::object::XCOFFSymbolRef
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| D | DIARawSymbol.cpp | 966 bool DIARawSymbol::isFunction() const { in isFunction() function in DIARawSymbol
|