HomeSort by relevance Sort by last modified time
    Searched refs:EK (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 215 void insertEdgeInternal(Function &ChildF, Edge::Kind EK);
218 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
221 void setEdgeKind(Function &ChildF, Edge::Kind EK);
616 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
816 void insertEdge(Node &Caller, Function &Callee, Edge::Kind EK);
819 void insertEdge(Function &Caller, Function &Callee, Edge::Kind EK) {
820 return insertEdge(get(Caller), Callee, EK);
    [all...]
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 25 LazyCallGraph::Edge::Kind EK) {
39 Edges.emplace_back(LazyCallGraph::Edge(F, EK));
96 void LazyCallGraph::Node::insertEdgeInternal(Function &Target, Edge::Kind EK) {
98 return insertEdgeInternal(*N, EK);
101 Edges.emplace_back(Target, EK);
104 void LazyCallGraph::Node::insertEdgeInternal(Node &TargetN, Edge::Kind EK) {
106 Edges.emplace_back(TargetN, EK);
109 void LazyCallGraph::Node::setEdgeKind(Function &TargetF, Edge::Kind EK) {
110 Edges[EdgeIndexMap.find(&TargetF)->second].setKind(EK);
726 Edge::Kind EK) {
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 186 ExportKind EK);
214 ExportKind EK) {
241 TopLevelRecord, EK) == nullptr) {
263 ExportKind EK) {
328 EK)) {
371 if (PointeeType->isVoidType() && EK != LegacyKernelArgument) {
386 TopLevelRecord, EK) == nullptr)
403 TopLevelRecord, EK) == nullptr))
413 TopLevelRecord, EK);
438 ExportKind EK) {
    [all...]
slang_rs_export_type.h 229 // @EK denotes whether this @T is being used for a legacy kernel argument or
235 ExportKind EK);
263 ExportKind EK);
281 ExportKind EK,
slang_rs_export_foreach.cpp 389 ExportKind EK = (FE->mIsKernelStyle ? NotLegacyKernelArgument :
391 RSExportType *InExportType = RSExportType::Create(Context, T, EK);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 346 IEdgeKey EK(std::min(NId, MId), std::max(NId, MId));
347 if (EC.count(EK))
354 EC.insert(EK);
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 389 const char *DICompileUnit::EmissionKindString(DebugEmissionKind EK) {
390 switch (EK) {
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 201 ~c287=EK # Equatorial Guinea
rel.conf 207 ~c200,~c287=EK # Equatorial Guinea

Completed in 1592 milliseconds

1 2