/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefinedNewArraySizeChecker.cpp | 42 if (!AC->isArray()) in checkPreCall()
|
H A D | CheckPlacementNew.cpp | 79 if (NE->isArray()) { in getExtentSizeOfNewTarget()
|
H A D | MallocChecker.cpp | 1487 if (NE->isArray()) { in ProcessZeroAllocCheck() 1599 if (Call.getOriginExpr()->isArray()) { in processNewAllocation() 1614 (Call.getOriginExpr()->isArray() ? AF_CXXNewArray : AF_CXXNew)); in checkNewAllocator()
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocument.cpp | 226 (Node.isArray() && !DestNode->isArray()))); in readFromBlob()
|
H A D | AMDGPUMetadataVerifier.cpp | 59 if (!Node.isArray()) in verifyArray()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | DynamicAllocator.cpp | 87 {D->asExpr(), AllocationSite(std::move(Memory), D->isArray())}); in allocate()
|
H A D | Descriptor.h | 250 bool isArray() const { return IsArray; } in isArray() function
|
H A D | Pointer.h | 204 if (!getFieldDesc()->isArray()) in narrow()
|
H A D | Descriptor.cpp | 377 assert(isArray()); in getElemQualType()
|
H A D | Compiler.cpp | 2815 if (E->isArray()) in VisitCXXNewExpr() 2824 E->isArray() ? std::nullopt : Descriptor::InlineDescMD, in VisitCXXNewExpr() 2828 if (E->isArray()) { in VisitCXXNewExpr() 3826 } else if (F.isArray()) { in visitAPValueInitializer() 5558 if (Desc->isArray()) { in emitDestruction()
|
H A D | Interp.cpp | 745 if (D->isArray()) { in CheckNewDeleteForms()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 71 bool isArray() const { return getKind() == Type::Array; } in isArray() function 72 bool isScalar() const { return !isMap() && !isArray(); } in isScalar()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 694 if (!E->isArray()) in CalculateCookiePadding() 712 if (!e->isArray()) { in EmitCXXNewAllocSize() 1321 if (E->isArray()) in EmitNewInitializer() 1584 if (E->isArray() && E->hasInitializer()) { in EmitCXXNewExpr() 1736 assert(E->isArray()); in EmitCXXNewExpr() 1768 if (E->isArray()) { in EmitCXXNewExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.js | 195 if (Array.isArray(cls)) return cls.map(classSelector).join(', ');
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 248 if ( jQuery.isArray( elems ) ) { 366 if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) { 369 clone = src && jQuery.isArray(src) ? src : []; 498 isArray: Array.isArray || function( obj ) { 770 …isArray = elems instanceof jQuery || length !== undefined && typeof length === "number" && ( ( len… 773 if ( isArray ) { 1832 if ( jQuery.isArray( name ) ) { 2087 if ( !q || jQuery.isArray(data) ) { 2406 } else if ( jQuery.isArray( val ) ) { 2845 if ( jQuery.isArray( value ) ) { [all …]
|
H A D | jquery.qtip.js | 716 if($.isArray(target) && target.length === 2) { 1694 id = $.isArray(opts.id) ? opts.id[i] : opts.id;
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 1151 bool isArray() const { return getOriginExpr()->isArray(); } in isArray() function 1158 assert(isArray() && "The allocator call doesn't allocate and array!"); in getArraySizeVal()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 182 if (NE->isArray()) { in computeObjectUnderConstruction() 1059 if (CNE->isArray()) { in VisitCXXNewExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2276 unsigned initExprOffset() const { return arraySizeOffset() + isArray(); } in initExprOffset() 2282 return isArray() + hasInitializer() + getNumPlacementArgs(); in numTrailingObjects() 2348 bool isArray() const { return CXXNewExprBits.IsArray; } in isArray() function 2354 if (!isArray()) in getArraySize() 2368 if (!isArray()) in getArraySize()
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 405 REGISTER_MATCHER(isArray); in RegistryMaps()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 8462 AST_MATCHER(CXXNewExpr, isArray) { in AST_MATCHER() argument 8463 return Node.isArray(); in AST_MATCHER() 8504 return Node.isArray() && *Node.getArraySize() && in AST_MATCHER_P()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1879 static bool isArray(AllocaInst *AI) { in isArray() function 1950 if (!AI || isArray(AI) || isStructure(AI)) in LowerDbgDeclare()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1393 attributeOnlyIfTrue("isArray", NE->isArray()); in VisitCXXNewExpr()
|
H A D | StmtProfile.cpp | 2127 ID.AddBoolean(S->isArray()); in VisitCXXNewExpr()
|
H A D | StmtPrinter.cpp | 2337 if (E->isArray()) { in VisitCXXNewExpr()
|