/llvm-project/libc/cmake/modules/ |
H A D | LLVMLibCLibraryRules.cmake | 111 list(APPEND objects ${object}) variable 199 set(objects "") global() variable 245 set(objects "") global() variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2007-04-05-PadBeforeZeroLengthField.c | 6 union A objects[]; member 8 void foo(union A * objects, struct B *array, unsigned long k) in foo()
|
/llvm-project/llvm/test/MC/WebAssembly/ |
H A D | typechecking-else.s | 4 objects: label
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | objc2-strong-cast-block-import.m | 5 Test ** __strong objects; field
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_data_map_pointer_array_subscript_codegen.cpp | 33 MyObject *objects; variable
|
/llvm-project/clang/test/Analysis/ |
H A D | malloc.m | 39 id * objects; field
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ConstructDecompositionT.h | 265 addClauseSymsToMap(const tomp::ObjectListT<IdTy,ExprTy> & objects,const ClauseTy * node) addClauseSymsToMap() argument 286 auto &objects = std::get<tomp::ObjectListT<IdTy, ExprTy>>(item.t); addClauseSymsToMap() local 601 tomp::ObjectListT<IdTy, ExprTy> objects; applyClause() local 663 auto &objects = std::get<tomp::ObjectListT<IdTy, ExprTy>>(clause.t); applyClause() local 879 auto &objects = std::get<tomp::ObjectListT<IdTy, ExprTy>>(clause.t); applyClause() local 1061 const auto &objects = std::get<tomp::ObjectListT<IdTy, ExprTy>>(clause.t); applyClause() local [all...] |
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | ModuleToBinary.cpp | 85 SmallVector<Attribute> objects; moduleSerializer() local
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | TapiUniversal.h | 102 iterator_range<object_iterator> objects() const { in objects() function
|
H A D | MachOUniversal.h | 143 iterator_range<object_iterator> objects() const { in objects() function
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | DebugMap.h | 99 iterator_range<const_iterator> objects() const { objects() function
|
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | Utils.cpp | 60 genObjectList(const ObjectList & objects,lower::AbstractConverter & converter,llvm::SmallVectorImpl<mlir::Value> & operands) genObjectList() argument 113 gatherFuncAndVarSyms(const ObjectList & objects,mlir::omp::DeclareTargetCaptureClause clause,llvm::SmallVectorImpl<DeclareTargetCapturePair> & symbolAndClause) gatherFuncAndVarSyms() argument
|
H A D | DataSharingProcessor.cpp | 135 collectOmpObjectListSymbol(const omp::ObjectList & objects,llvm::SetVector<const semantics::Symbol * > & symbolSet) collectOmpObjectListSymbol() argument 153 const ObjectList &objects = std::get<ObjectList>(lastPrivateClause->t); collectSymbolsForPrivatization() local
|
H A D | ClauseProcessor.cpp | 74 auto &objects = std::get<omp::ObjectList>(clause.t); in genAllocateClause() local 167 addUseDeviceClause(lower::AbstractConverter & converter,const omp::ObjectList & objects,llvm::SmallVectorImpl<mlir::Value> & operands,llvm::SmallVectorImpl<mlir::Type> & useDeviceTypes,llvm::SmallVectorImpl<mlir::Location> & useDeviceLocs,llvm::SmallVectorImpl<const semantics::Symbol * > & useDeviceSyms) addUseDeviceClause() argument 581 auto &objects = std::get<omp::ObjectList>(clause.t); addAlignedClause() local 821 auto &objects = std::get<omp::ObjectList>(modern.t); processDepend() local [all...] |
H A D | OpenMP.cpp | 292 ObjectList objects{makeObjects(*objectList, semaCtx)}; getDeclareTargetInfo() local 1026 genFlushClauses(lower::AbstractConverter & converter,semantics::SemanticsContext & semaCtx,const ObjectList & objects,const List<Clause> & clauses,mlir::Location loc,llvm::SmallVectorImpl<mlir::Value> & operandRange) genFlushClauses() argument 1365 genFlushOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ObjectList & objects,const ConstructQueue & queue,ConstructQueue::iterator item) genFlushOp() argument 2258 ObjectList objects = genOMP() local [all...] |
/llvm-project/flang/include/flang/Semantics/ |
H A D | symbol.h | 527 const SymbolVector &objects() const { return objects_; } objects() function 529 add_objects(const SymbolVector & objects) add_objects() argument 539 MutableSymbolVector &objects() { return objects_; } objects() function 540 const MutableSymbolVector &objects() const { return objects_; } objects() function
|
/llvm-project/libclc/ |
H A D | CMakeLists.txt | 283 set( objects ) # A "set" of already-added input files global() variable
|
/llvm-project/flang/lib/Parser/ |
H A D | parse-tree.cpp | 28 std::list<CommonBlockObject> &&objects, std::list<Block> &&others) { in CommonStmt() argument
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/ |
H A D | SelectObjectAttr.cpp | 66 ArrayRef<Attribute> objects = op.getObjectsAttr().getValue(); getSelectedObject() local
|
/llvm-project/llvm/docs/ |
H A D | ProgrammersManual.rst | 1082 Function templatePassing functions and other callable objects global() argument 1095 The ``function_ref`` class templatePassing functions and other callable objects global() argument 3321 polymorphismInteraction and relationship between ``User`` and ``Use`` objects global() argument [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx0x-initializer-constructor.cpp | 38 namespace objects { namespace
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.cpp | 592 PythonTuple(std::initializer_list<PythonObject> objects) PythonTuple() argument 603 PythonTuple(std::initializer_list<PyObject * > objects) PythonTuple() argument
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-acc-structure.cpp | 674 const auto &objects{std::get<parser::AccObjectList>(list.t)}; Enter() local
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 237 ValueObjectSP objects = in ConvertToStructuredArray() local
|
/llvm-project/clang/docs/ |
H A D | AutomaticReferenceCounting.rst | 955 .. _arc.ownership.restrictions.conversion.indirect:
|