Home
last modified time | relevance | path

Searched refs:Prototypes (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp954 SmallVector<PrototypeDescriptor> parsePrototypes(StringRef Prototypes) { in parsePrototypes() argument
957 while (!Prototypes.empty()) { in parsePrototypes()
961 if (Prototypes[0] == '(') in parsePrototypes()
962 Idx = Prototypes.find_first_of(')'); in parsePrototypes()
963 Idx = Prototypes.find_first_of(Primaries, Idx); in parsePrototypes()
966 Prototypes.slice(0, Idx + 1)); in parsePrototypes()
970 Prototypes = Prototypes.drop_front(Idx + 1); in parsePrototypes()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp477 StringRef Prototypes = R->getValueAsString("Prototype"); in createRVVIntrinsics() local
504 parsePrototypes(Prototypes); in createRVVIntrinsics()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h127 parsePrototypes(llvm::StringRef Prototypes);
/llvm-project-15.0.7/llvm/docs/
H A DPasses.rst1078 ``-strip-dead-prototypes``: Strip Unused Function Prototypes
H A DLangRef.rst11692 - Prototypes are not required to match.
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog1340 * DNBLog.h: Prototypes.