MCPcopy Create free account

hub / github.com/MikePopoloski/slang / functions

Functions5,397 in github.com/MikePopoloski/slang

↓ 21 callersMethodsize
@return the number of elements in the array.
include/slang/util/SmallVector.h:111
↓ 21 callersMethodtransform
tests/unittests/parsing/VisitorTests.cpp:505
↓ 20 callersMethodgetConfig
tools/tidy/include/TidyConfigParser.h:25
↓ 20 callersMethodinsert
source/analysis/ConstraintAnalysis.h:77
↓ 20 callersMethodisValue
source/ast/Symbol.cpp:63
↓ 20 callersFunctionparseModuleMember
tests/unittests/parsing/MemberParsingTests.cpp:93
↓ 20 callersFunctiontestDirective
tests/unittests/parsing/PreprocessorTests.cpp:129
↓ 20 callersMethodvalidate
source/syntax/SyntaxTree.cpp:240
↓ 19 callersMethodaddStandardArgs
source/driver/Driver.cpp:49
↓ 19 callersMethoddata
external/boost_concurrent.hpp:10468
↓ 19 callersFunctionensureElaborated
Before we access any members to do lookups or return iterators, make sure the scope is fully elaborated.
include/slang/ast/Scope.h:261
↓ 19 callersMethodevalLValue
source/ast/Expression.cpp:519
↓ 19 callersFunctionfind
external/boost_unordered.hpp:6564
↓ 19 callersMethodisType
source/ast/Symbol.cpp:59
↓ 19 callersMethodprocessOptions
source/driver/Driver.cpp:576
↓ 19 callersFunctiontestDag
tests/unittests/analysis/CaseAnalysisTests.cpp:12
↓ 18 callersFunctioncharToLower
Converts a character to lowercase (assuming ASCII).
include/slang/util/String.h:69
↓ 18 callersFunctiondata
Pointer to the underlying contiguous buffer. For inline views this points at the view's internal storage; for external views it points at the original
include/slang/parsing/Token.h:198
↓ 18 callersFunctionhash_mix
external/boost_unordered.hpp:9653
↓ 18 callersFunctionhash_mix
external/boost_concurrent.hpp:12790
↓ 18 callersMethodisFixedSize
source/ast/types/Type.cpp:276
↓ 18 callersFunctionto_string
tests/unittests/Test.cpp:64
↓ 18 callersMethodwithTrivia
source/parsing/Token.cpp:604
↓ 17 callersMethodaddMembers
source/ast/Scope.cpp:194
↓ 17 callersMethodassign
Resets the contents of the array to be @a count copies of @a value.
include/slang/util/SmallVector.h:214
↓ 17 callersMethodcopyState
include/slang/analysis/DataFlowAnalysis.h:522
↓ 17 callersMethodempty
Indicates whether the map is empty.
include/slang/util/IntervalMap.h:583
↓ 17 callersMethoderase
include/slang/util/IntervalMap.h:1156
↓ 17 callersMethodgetBounds
include/slang/util/IntervalMap.h:264
↓ 17 callersMethodgetHierarchicalPath
source/ast/Symbol.cpp:197
↓ 17 callersFunctionglobAndCheck
tests/unittests/FileTests.cpp:96
↓ 17 callersFunctionmake_nvp
external/boost_unordered.hpp:704
↓ 17 callersMethodnoteReference
source/ast/ASTContext.cpp:411
↓ 17 callersMethodreplace
Replace the given @a oldNode with @a newNode in the rewritten tree.
include/slang/syntax/SyntaxRewriter.h:150
↓ 17 callersMethodreportDiags
source/ast/Lookup.cpp:82
↓ 17 callersMethodrootSymbol
source/ast/ValuePath.cpp:233
↓ 17 callersFunctionsize
external/boost_concurrent.hpp:9436
↓ 17 callersFunctiontestBitstream
tests/unittests/ast/ExpressionTests.cpp:1448
↓ 17 callersMethodtoDouble
source/numeric/SVInt.cpp:413
↓ 17 callersMethodtry_emplace
external/boost_concurrent.hpp:11107
↓ 17 callersMethodvalid
* @brief Check if all the futures stored in this `BS::multi_future` are valid. * * @return `true` if all futures are valid, `false` if at le
external/BS_thread_pool.hpp:509
↓ 16 callersFunctionconstructOf
Walks up from a generate block to the enclosing if/case/loop-generate node. Needed because if-else and case arms sit under an intermediate ElseClause
tests/unittests/ast/HierarchyTests.cpp:18
↓ 16 callersMethodcreateLocal
source/ast/EvalContext.cpp:32
↓ 16 callersMethodevalInteger
source/ast/ASTContext.cpp:299
↓ 16 callersMethodgetSourceLibrary
source/ast/Symbol.cpp:274
↓ 16 callersMethodisImplicitString
source/ast/symbols/ParameterSymbols.cpp:176
↓ 16 callersFunctionmake_nvp
external/boost_concurrent.hpp:4747
↓ 16 callersFunctionnumBuiltinElts
tests/unittests/util/SmallVectorTests.cpp:125
↓ 16 callersMethodsize
external/boost_unordered.hpp:5707
↓ 16 callersMethodsourceManager
tools/tidy/include/TidyFactory.h:101
↓ 15 callersMethodallocate
include/slang/util/SmallMap.h:85
↓ 15 callersMethodcanBeStringLike
source/ast/types/Type.cpp:869
↓ 15 callersMethodcheckNondegeneracy
source/ast/expressions/AssertionExpr.cpp:315
↓ 15 callersFunctionelements
include/slang/numeric/ConstantValue.h:122
↓ 15 callersMethodempty
@return true if the list is empty, false otherwise.
include/slang/syntax/SyntaxNode.h:439
↓ 15 callersMethodgetPortConnections
source/ast/symbols/CheckerSymbols.cpp:556
↓ 15 callersMethodisArray
source/ast/types/Type.cpp:212
↓ 15 callersMethodisFlat
include/slang/util/IntervalMap.h:729
↓ 15 callersFunctionparse
source/ast/SFormat.cpp:32
↓ 15 callersMethodparseAllSources
source/driver/Driver.cpp:1024
↓ 15 callersFunctionreal_t
include/slang/numeric/ConstantValue.h:32
↓ 15 callersFunctionreset
* @brief Reset the pool with the default number of threads (as if constructed with the default constructor). Waits for all tasks to be completed, both
external/BS_thread_pool.hpp:1744
↓ 15 callersFunctionreverse
Reverses the bit ordering of the range.
include/slang/numeric/ConstantValue.h:350
↓ 15 callersMethodrun
Runs the analysis.
include/slang/analysis/DataFlowAnalysis.h:136
↓ 15 callersMethodtoFloat
source/numeric/SVInt.cpp:417
↓ 15 callersFunctiontoStringView
Converts a span of characters into a std::string_view.
include/slang/util/String.h:20
↓ 15 callersMethodtry_emplace_and_visit
external/boost_concurrent.hpp:11130
↓ 14 callersFunctionbad
@returns true if the lvalue is invalid
include/slang/ast/LValue.h:52
↓ 14 callersMethodbegin
@return an iterator to the beginning of the array.
include/slang/util/SmallVector.h:53
↓ 14 callersMethodchildToken
source/syntax/SyntaxNode.cpp:235
↓ 14 callersMethodcount
external/boost_unordered.hpp:11242
↓ 14 callersMethoddirectiveKind
source/parsing/Token.cpp:534
↓ 14 callersMethodend
Returns an iterator at the end of the map.
include/slang/util/IntervalMap.h:657
↓ 14 callersMethodeval
source/ast/builtins/StringMethods.cpp:22
↓ 14 callersMethodgetAttributes
source/ast/Compilation.cpp:1094
↓ 14 callersMethodgetExpression
source/ast/symbols/PortSymbols.cpp:1800
↓ 14 callersFunctiongetRawData
include/slang/numeric/SVInt.h:589
↓ 14 callersMethodgroups
external/boost_unordered.hpp:5901
↓ 14 callersMethodisEquivalentTo
source/ast/Constraints.cpp:79
↓ 14 callersMethodisOnSameLine
source/parsing/Token.cpp:550
↓ 14 callersMethodlshr
source/numeric/SVInt.cpp:555
↓ 14 callersMethodrequireLValue
source/ast/Expression.cpp:538
↓ 14 callersFunctionserialize
external/boost_unordered.hpp:11426
↓ 14 callersMethodvisit
external/boost_concurrent.hpp:14255
↓ 14 callersMethodvisitDefault
include/slang/ast/ASTVisitor.h:125
↓ 14 callersMethodvisitExprs
source/analysis/AnalysisScopeVisitor.h:419
↓ 14 callersFunctionwhichWord
include/slang/numeric/SVInt.h:613
↓ 13 callersFunctionLookupLocation
include/slang/ast/Lookup.h:126
↓ 13 callersMethodapply
source/numeric/Time.cpp:156
↓ 13 callersMethodclear
source/ast/types/TypePrinter.cpp:58
↓ 13 callersMethodconstruct_value
external/expected.hpp:745
↓ 13 callersMethodconvertToInt
source/numeric/ConstantValue.cpp:322
↓ 13 callersMethodendArray
source/text/Json.cpp:55
↓ 13 callersMethodgetEffectiveSign
source/ast/Expression.cpp:610
↓ 13 callersMethodisEnum
tools/reflect/include/SvType.h:28
↓ 13 callersFunctionlexDefaultNetType
tests/unittests/parsing/PreprocessorTests.cpp:1282
↓ 13 callersFunctionmakeVisitor
include/slang/ast/ASTVisitor.h:195
↓ 13 callersMethodnumericFlags
source/parsing/Token.cpp:528
↓ 13 callersMethodreadHeader
source/text/SourceManager.cpp:433
↓ 13 callersMethodrequireIntegral
source/ast/ASTContext.cpp:158
← previousnext →201–300 of 5,397, ranked by callers